Files
openide/java/java-tests/testData/inspection/textBlockMigration/beforeTrailingSpaces2.java
T
2022-09-29 12:58:36 +00:00

11 lines
199 B
Java

// "Replace with text block" "true-preview"
class TextBlockMigration {
void spaces() {
String foobarbaz = "foo<caret>\n" +
"bar\n" +
" ";
}
}