mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
10 lines
262 B
Java
10 lines
262 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void literalWithEscapedQuotes() {
|
|
String s = """
|
|
{"key": "retracted-but-long", "sentences": ["some long sentence", "another long sentence"], "language":"en-US"}""";
|
|
}
|
|
|
|
} |