blob: 716038ea290f67013009a107906bd69ab06ec05a [file] [log] [blame]
public class Foo {
void m(Object o) {
o.cast<caret>
}
}