Files
openide/java/java-tests/testData/codeInsight/generation/surroundWith/java/SurroundWithTryFinallyUsingIndents.java
T

6 lines
70 B
Java

class Test {
void test() {
<selection> int a = 2;</selection>
}
}