mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 8cbd99ecf3b4b9c068e30317e930eae150a007d9
11 lines
199 B
Java
11 lines
199 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void spaces() {
|
|
String foobarbaz = "foo<caret>\n" +
|
|
"bar\n" +
|
|
" ";
|
|
}
|
|
|
|
} |