Files
openide/java/java-tests/testData/psi/formatter/java/MethodCallInAssignment.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
66 B
Java

class Foo{
void foo(){
ClassBar bar =
createBar();
}
}