mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
IDEA-134518 Insert "instanceof" completion variant on typing "!" (exclamation mark)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
if (o in<caret>x) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
if (!(o instanceof <caret>)x) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user