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

5 lines
78 B
Java

class Foo{
void foo(){
for(int i = 0; i < 0<error>)</error> foo();
}
}