mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-351758 GitOrigin-RevId: 11bb2e2298d371ebf4041a05b089b0997a228d14
14 lines
255 B
Java
14 lines
255 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithIndentAndBlankString() {
|
|
String yaml = """
|
|
key1:
|
|
subKey: val1
|
|
|
|
key2: val2\
|
|
""";
|
|
}
|
|
|
|
} |