mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 4f3bfcad8779c08b298408c6b9745076348ceda2
13 lines
195 B
Java
13 lines
195 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void literalWithNewLine() {
|
|
String foo = """
|
|
foo
|
|
bar
|
|
baz
|
|
""";
|
|
}
|
|
|
|
} |