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