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

5 lines
97 B
Java

class Foo {
void foo(int a, int b, int c, int d) throws Exception, RuntimeException{
}
}