Files
Artemiy Sartakov 24ce3f8313 Java text blocks: support octal and unicode escape sequences (IDEA-251084)
GitOrigin-RevId: 00a5992c83b0824c7630e5e5657a1f564b2c766f
2020-10-05 08:36:10 +00:00

4 lines
185 B
Java

class C {
String unclosed = """
\u005c""";
}<EOLError descr="Unclosed text block"></EOLError><EOLError descr="'}' expected"></EOLError><EOLError descr="';' expected"></EOLError>