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

5 lines
70 B
Java

public class Foo {
int f(byte x) {
x.switch<caret>
}
}