Files

9 lines
157 B
Java

// "Replace with regular string literal" "true"
class TextBlockMigration {
void noContent() {
String empty = """<caret>
""";
}
}