mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix non-ascii chars inspection in Groovy with its twisted PSI where method.getNameIdentifier()==some random light element
GitOrigin-RevId: cda967acd545b533dcfcfbeeeaef128a8f091950
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1a56f441ca
commit
76b937f25d
+9
@@ -0,0 +1,9 @@
|
||||
class X {
|
||||
int <warning descr="Non-ASCII characters in an identifier">Ж</warning> = 0;
|
||||
class <warning descr="Identifier contains symbols from different languages: [LATIN, CYRILLIC]"><warning descr="Non-ASCII characters in an identifier">InnerП</warning></warning> {}
|
||||
// comment<warning descr="Non-ASCII characters in a comment">жп</warning> 234
|
||||
String s = "12<warning descr="Non-ASCII characters in a string literal">л</warning>3<warning descr="Non-ASCII characters in a string literal">орыва</warning>0";
|
||||
void <warning descr="Non-ASCII characters in an identifier">жжж</warning>() {
|
||||
жжж();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user