Files
2022-08-05 14:46:20 +00:00

9 lines
152 B
Java

// "Replace with text block" "true-preview"
class TextBlockMigration {
void literalWithNewLine() {
String foo = "foo<caret>\nbar\nbaz\n";
}
}