Files
openide/java/java-tests/testData/codeInsight/createSwitch/string_after.java
2017-11-22 19:42:58 +01:00

12 lines
102 B
Java

class X {
void m() {
String s = getStr();
//keep me
switch (s) {
}
}
}