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

5 lines
69 B
Java

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