blob: 584007dd613ff3b7b905504e1891917199424225 [file] [log] [blame]
class Foo {
void test(Object o) {
if (o instanceof<caret> Foo) {
}
}
}