mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 1f975c570b0192a94b651e219b517f742b3b0ba0
9 lines
208 B
Java
9 lines
208 B
Java
class EmptyLine {
|
|
|
|
void x(int a) {
|
|
System.out.println(STR."""
|
|
a\na "\{a}
|
|
|
|
<warning descr="Trailing whitespace characters inside text block"><caret> </warning>""");
|
|
}
|
|
} |