summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/template/postfix/templates/try/statement.java
blob: e68cb699ddb358ce6d95c221c02c0dab8ddb6f3a (plain)
1
2
3
4
5
public class Foo {
    void m() {
        Object o = new Object().try<caret>
    }
}