mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 04:11:31 +07:00
GitOrigin-RevId: c6393e03f710177d526f07e121a768a7eb5e0ad2
9 lines
126 B
Java
9 lines
126 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void empty() {
|
|
String empty = "<caret>";
|
|
}
|
|
|
|
} |