Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/try/simple.java
T

7 lines
89 B
Java

public class Foo {
void m() {
doAct().try<caret>
}
void doAct() {}
}