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

9 lines
126 B
Java

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