Files
2024-01-16 16:20:59 +00:00

10 lines
136 B
Java

// "Replace with text block" "true-preview"
class TextBlockMigration {
void empty() {
String empty = """
""";
}
}