Files
openide/java/java-tests/testData/psi/formatter/java/SCR114.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

12 lines
86 B
Java

class Foo{
void foo() {
try
{
//whatever
}
catch(Exception ex)
{
}
}
}