mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: c6393e03f710177d526f07e121a768a7eb5e0ad2
11 lines
166 B
Java
11 lines
166 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void literalWithNewLine() {
|
|
String foo = """
|
|
foo
|
|
bar""";
|
|
}
|
|
|
|
} |