mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
GitOrigin-RevId: a204f736a29271ebe83fd5f5222d0b1ebd28ddbf
11 lines
235 B
Java
11 lines
235 B
Java
// "Fix all 'Text block can be used' problems in file" "false"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithTextBlock() {
|
|
String concat = "foo\n<caret>" + "bar\n" +
|
|
"""
|
|
baz""";
|
|
}
|
|
|
|
} |