mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
12 lines
255 B
Java
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*/
|
|
}
|
|
|
|
} |