Files
2020-02-10 11:03:00 +00:00

8 lines
73 B
Java

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