Files
openide/java/java-tests/testData/codeInsight/completion/keywords/instanceofNegated.java
T
2020-02-10 11:03:00 +00:00

8 lines
73 B
Java

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