Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/uncompleteConstructs/If5.java
2010-06-25 12:46:40 +04:00

5 lines
48 B
Java

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