Files
openide/java/java-tests/testData/codeInsight/completion/keywords/indentDefaultInSwitch_after.java
T
2019-05-17 19:07:41 +03:00

9 lines
108 B
Java

public class StructuredConfigKey {
{
switch (x) {
case 2:
default:<caret>
}
}
}