Files

10 lines
194 B
Java

// "Replace with regular string literal" "true"
class TextBlockMigration {
void oneLine() {
String json = """
console.lo<caret>g("hello!");
""";
}
}