summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completeStatement/Parenthesized_after.java
blob: 9b159d219f4a7ff2cf91fa38e6ee80b30a91f962 (plain)
1
2
3
4
5
6
7

class Foo {
    {
        tx2 = (long) (vcx + vw);
        <caret>
    }
}