mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8cbd99ecf3b4b9c068e30317e930eae150a007d9
12 lines
176 B
Java
12 lines
176 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void spaces() {
|
|
String foobarbaz = """
|
|
foo
|
|
bar
|
|
\s""";
|
|
}
|
|
|
|
} |