Files
openide/java/java-tests/testData/inspection/textBlockMigration/beforeConcatenationWithSpacesAtTheBeginning.java
2022-09-27 18:02:25 +00:00

12 lines
255 B
Java

// "Replace with text block" "INFORMATION-preview"
class TextBlockMigration {
void concatenationWithSpacesAtTheBeginning() {
String body =/*3*/ " <body>\n<caret>"/*1*/ +
" <p>\n" +
" </p>\n" +
" </body>"/*2*/;/*4*/
}
}