Files
openide/java/java-tests/testData/codeInsight/joinLines/AssignmentExpression2_after.java

5 lines
48 B
Java

class Foo {
{
int x = 1 + 2;
}
}