IDEA-108113 Would be great to have an instanceof operator in keyword completion

This commit is contained in:
peter
2013-06-03 22:29:27 +02:00
parent 61d4f40177
commit 4d4d561ffe
3 changed files with 19 additions and 2 deletions
@@ -0,0 +1,5 @@
class Foo {
void test(Object o) {
o <caret>
}
}