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

5 lines
78 B
Java

public class Foo {
void m() {
Object obj = new Object().try<caret>
}
}