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

7 lines
112 B
Java

class Test {
{
<selection> "".substring(1)
.substring(1) // comment</selection>
.notify()
}
}