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