[java-completion] IDEA-63639 Completion after new offers in list classes with private constructors

GitOrigin-RevId: 141336a239f027b0eb5cc9f2f783f1415eeb5f76
This commit is contained in:
Tagir Valeev
2020-11-19 05:49:13 +00:00
committed by intellij-monorepo-bot
parent 7892f49681
commit a64960d971
6 changed files with 40 additions and 3 deletions
@@ -7,7 +7,7 @@ public class TestClass {
}
class Xxx {
private Xxx(String x) {
Xxx(String x) {
}
static class Yyy {