Files
openide/java/java-tests/testData/codeInsight/completion/keywords/instanceofAfterStatementStart.java
peter 10ff3f3713 java completion: don't suggest a variable name after a misspelled keyword (IDEA-215451)
GitOrigin-RevId: 2224a09bdaaee8026dc1ec97cb8884366a26abfd
2019-06-16 07:33:45 +03:00

6 lines
57 B
Java

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