Files

8 lines
149 B
Java

// "Replace with regular string literal" "true"
class TextBlockMigration {
void oneLine() {
String json = "console.log(\"hello!\");\n";
}
}