mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 4f3bfcad8779c08b298408c6b9745076348ceda2
9 lines
152 B
Java
9 lines
152 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void literalWithNewLine() {
|
|
String foo = "foo<caret>\nbar\nbaz\n";
|
|
}
|
|
|
|
} |