mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
7 lines
84 B
Java
7 lines
84 B
Java
class StringTemplate1 {
|
|
|
|
String x() {
|
|
return STR."""
|
|
\u00A9\{}""";
|
|
}
|
|
} |