mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
GitOrigin-RevId: a312536b2e7b42aa2c7cf69beb896dd64b3a037e
11 lines
232 B
Java
11 lines
232 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithEscapedQuotesWithoutLineBreaks() {
|
|
String div = """
|
|
<div lang="{{interpolation?.here}}">\
|
|
</div>""";
|
|
}
|
|
|
|
} |