mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-69120
This commit is contained in:
+2
@@ -21,6 +21,8 @@ public class a {
|
||||
char c7 = <error descr="Illegal escape character in character literal">'\u000d'</error>;
|
||||
char c8 = <error descr="Illegal escape character in character literal">'\u000a'</error>;
|
||||
|
||||
String perverts = "\uuuuuuuuuuuu1234";
|
||||
char perv2 = '\uu3264';
|
||||
|
||||
void foo(String a) {
|
||||
foo(<error descr="Illegal line end in string literal">"aaa</error>
|
||||
Reference in New Issue
Block a user