mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 790d24c10069542bfed988ccf2eebc872ac666ff
8 lines
158 B
Java
8 lines
158 B
Java
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
red<warning descr="Trailing whitespace characters inside text block"><caret> </warning>""";
|
|
}
|
|
}
|
|
|