Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/switch/string.java
T

5 lines
68 B
Java

public class Foo {
int f() {
"abc".switch<caret>
}
}