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

5 lines
70 B
Java

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