Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/uncompleteConstructs/If5.java
T

5 lines
48 B
Java

class Test{
{
if (<error>)</error>{}
}
}