mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 01:57:50 +07:00
IDEA-91292 Instant completion after new keyword
GitOrigin-RevId: 309d8eca41fb84a81bbc8ea1eab939f4da09b53a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9005a1cad4
commit
802f71e3d3
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
public static void main(String[] args) {
|
||||
throw new <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user