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

9 lines
106 B
Java

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