mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 4db08b1a6a9e5bb3c957e23af185e6df1f757c47
11 lines
170 B
Java
11 lines
170 B
Java
// "Fix all 'Text block can be used' problems in file" "false"
|
|
|
|
class NonStringLiteral {
|
|
|
|
void empty() {
|
|
String textBlock = """<caret>
|
|
what?
|
|
""";
|
|
}
|
|
|
|
} |