mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
9 lines
266 B
Java
9 lines
266 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void literalWithEscapedQuotes() {
|
|
String s = "<caret>{\"key\": \"retracted-but-long\", \"sentences\": [\"some long sentence\", \"another long sentence\"], \"language\":\"en-US\"}";
|
|
}
|
|
|
|
} |