Files

8 lines
78 B
Java

class Foo {
void test(Object o) {
if (o inst<caret> Foo) {
}
}
}