Files
2024-09-02 21:52:50 +00:00

11 lines
170 B
Java

// "Fix all 'Text block can be used' problems in file" "false"
class NonStringLiteral {
void empty() {
String textBlock = """<caret>
what?
""";
}
}