Files
openide/java/java-tests/testData/psi/formatter/java/Assert.java
T
Denis Zhdanov e42c2fdcab 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:26:51 +04:00

5 lines
59 B
Java

class Foo {
void foo () {
assert false;
}
}