Files
2023-10-30 10:30:18 +00:00

10 lines
192 B
Java

// "Replace with text block" "INFORMATION-preview"
class TextBlockMigration {
void concatenationWithOneNewLine() {
String code = "<html><caret>\n" +
"</html>";
}
}