IDEA-209230 No new keyword completion inside negation

This commit is contained in:
peter
2019-03-20 10:12:26 +01:00
parent 8104fdf6ea
commit 6342196c31
3 changed files with 21 additions and 19 deletions
@@ -0,0 +1,6 @@
class Foo {
Object test() {
return !n<caret>
}
}