mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
IDEA-106730 Java completion: 'instanceof' is not suggested if an operand is unresolved
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
if (o <caret>) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user