mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 06:05:50 +07:00
GitOrigin-RevId: 43d4d4824051d837faf03b58925b9fd4a71eaf25
8 lines
185 B
Java
8 lines
185 B
Java
// "Fix all 'Text block can be replaced with regular string literal' problems in file" "false"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void illFormed() {
|
|
String empty = """<caret> """;
|
|
}
|
|
} |