mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 04:45:20 +07:00
GitOrigin-RevId: 790d24c10069542bfed988ccf2eebc872ac666ff
7 lines
163 B
Java
7 lines
163 B
Java
class Foo {
|
|
void test() {
|
|
String text = """
|
|
hello<warning descr="Trailing whitespace characters inside text block"><caret> </warning>""";
|
|
}
|
|
}
|