mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
"Non-Basic Latin character" inspection GitOrigin-RevId: 5f6d355d4a5d653d88d43fee5b91bc9c45990a28
7 lines
87 B
Java
7 lines
87 B
Java
class StringTemplate1 {
|
|
|
|
String x() {
|
|
return STR."""<caret>
|
|
©\{}""";
|
|
}
|
|
} |