Files
openide/java/java-tests/testData/codeInsight/completion/normal/EnumPrivateFinal.java

5 lines
45 B
Java

enum Goo {
a,b;
private fin<caret>
}