mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +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) {
|
||||
((FooImpl) o).consume();<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user