mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 19:52:07 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
12 lines
183 B
Java
12 lines
183 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenation() {
|
|
String foobarbaz = """
|
|
foo
|
|
bar
|
|
baz""";
|
|
}
|
|
|
|
} |