IDEA-106730 Java completion: 'instanceof' is not suggested if an operand is unresolved

This commit is contained in:
peter
2013-05-06 19:07:56 +02:00
parent 36a7a0702d
commit a675c5f31c
4 changed files with 15 additions and 63 deletions
@@ -0,0 +1,7 @@
class Foo {
void test() {
if (o <caret>) {
}
}
}