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

5 lines
63 B
Java

class Test{
{
for(int i = 0; i < 10; i++<EOLError/>
}
}