Files
openide/java/java-tests/testData/refactoring/introduceVariable/Scr16910.java

7 lines
128 B
Java

class C {
{
String s = "Text";
if (())
System.out.println("Whatever" + <selection>s.length()</selection>);
}
}