summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/keywords/finalInIncompleteCatch.java
blob: 0cdeb496261827f8143cf992991ca7cd0e637769 (plain)
1
2
3
4
5
6
7
public class StructuredConfigKey {
  {
    try {

    } catch (<caret>
  }
}