mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
fix some missing keywords in java completion (IDEA-175673, IDEA-175669)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//comment
|
||||
<caret>package
|
||||
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
|
||||
Object test() {
|
||||
return (CharSequence) n<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user