mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 09:20:37 +07:00
GitOrigin-RevId: c6393e03f710177d526f07e121a768a7eb5e0ad2
10 lines
136 B
Java
10 lines
136 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void empty() {
|
|
String empty = """
|
|
""";
|
|
}
|
|
|
|
} |