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

5 lines
80 B
Java

public class Foo {
void f() {
String s = "abc".switch<caret>
}
}