Files
openide/java/java-tests/testData/codeInsight/moveStatementAction/blockStatement_afterDown.java
T
2022-05-13 18:58:38 +00:00

9 lines
96 B
Java

class BlockStatement {
void x() {
foo();
{
}
goo();
}
}