Files

8 lines
126 B
Java

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