fix some missing keywords in java completion (IDEA-175673, IDEA-175669)

This commit is contained in:
peter
2017-07-11 21:52:24 +02:00
parent 4f7634cae6
commit e44da4387a
4 changed files with 18 additions and 3 deletions
@@ -0,0 +1,2 @@
//comment
<caret>package
@@ -0,0 +1,6 @@
class Foo {
Object test() {
return (CharSequence) n<caret>
}
}