Files
openide/java/java-tests/testData/inspection/textBlockMigration/beforeNonStringLiteral.java
T
2024-06-14 13:20:41 +00:00

9 lines
119 B
Java

// "Replace with text block" "false"
class NonStringLiteral {
void empty() {
String empty = <caret>null;
}
}