mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
"Non-Basic Latin character" inspection GitOrigin-RevId: 5f6d355d4a5d653d88d43fee5b91bc9c45990a28
6 lines
73 B
Java
6 lines
73 B
Java
class StringTemplate1 {
|
|
|
|
String x() {
|
|
return STR."\u00A9\{}";
|
|
}
|
|
} |