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

5 lines
64 B
Java

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