mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
12 lines
257 B
Java
12 lines
257 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithExtraSpaces() {
|
|
String code = "<html> <caret>\n" +
|
|
" <body>\n" +
|
|
" </body>\n" +
|
|
"</html> ";
|
|
}
|
|
|
|
} |