Files
openide/java/java-tests/testData/psi/formatter/java/ForEach.java
T
Denis Zhdanov e8777a2477 IDEA-54000 Move java formatting tests to community edition
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
2010-04-19 19:27:17 +04:00

6 lines
71 B
Java

class C {
{
for(String s :collection) {
}
}
}