Files
2020-01-29 04:45:09 +00:00

11 lines
207 B
Java

// "Replace with regular string literal" "true"
class TextBlockMigration {
void oneLineNoNewLine() {
String json = """
fo<caret>o\
bar
""";
}
}