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

7 lines
62 B
Java

class Test{
{
if (true){
}
else<EOLError/>
}
}