Files
openide/java/java-tests/testData/refactoring/introduceFunctionalVariable/beforeStatementInLoop.java
T

5 lines
119 B
Java

class Test {
void foo(String s) {
if (true) <selection>System.out.println("Hello, world " + s);</selection>
}
}