Files
2024-01-16 16:20:59 +00:00

9 lines
145 B
Java

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