IDEA-91292 Instant completion after new keyword

GitOrigin-RevId: 309d8eca41fb84a81bbc8ea1eab939f4da09b53a
This commit is contained in:
Peter Gromov
2020-06-09 20:35:16 +03:00
committed by intellij-monorepo-bot
parent 9005a1cad4
commit 802f71e3d3
7 changed files with 50 additions and 10 deletions
@@ -0,0 +1,5 @@
class C {
public static void main(String[] args) {
throw new <caret>
}
}