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

11 lines
190 B
Java

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