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

5 lines
82 B
Java

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