mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
IDEA-241607 Show all available completion elements during indexing for Java
GitOrigin-RevId: fc8cb0f5a1f5bcc3fac479ae7fc463445702e56c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
327f9cbffd
commit
00772f73e1
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
|
||||
Object test() {
|
||||
return !new <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user