mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-completion] IDEA-63639 Completion after new offers in list classes with private constructors
GitOrigin-RevId: 141336a239f027b0eb5cc9f2f783f1415eeb5f76
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7892f49681
commit
a64960d971
@@ -7,7 +7,7 @@ public class TestClass {
|
||||
}
|
||||
|
||||
class Xxx {
|
||||
private Xxx(String x) {
|
||||
Xxx(String x) {
|
||||
}
|
||||
|
||||
static class Yyy {
|
||||
|
||||
Reference in New Issue
Block a user