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

5 lines
70 B
Java

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