summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/template/postfix/templates/try/simple.java
blob: d77e002333b88e55cb91c64cff5f5b1c935cbdf5 (plain)
1
2
3
4
5
public class Foo {
    void m() {
        somevalue.try<caret>
    }
}