Files

8 lines
84 B
Java

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