mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
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>""";
|
|
}
|
|
}
|