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

5 lines
71 B
Java

public class Foo {
void m() {
42 + 42.switch<caret>
}
}