mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
IDEA-114736 Bug in code completion inside instanceof block
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import foo.*;
|
||||
|
||||
class Goo {
|
||||
void method(Foo o) {
|
||||
if (o instanceof FooImpl) {
|
||||
o.consu<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user