Files
openide/java/java-tests/testData/inspection/textBlockMigration/afterEmpty.java
T
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 = """
""";
}
}