Java text blocks: support octal and unicode escape sequences (IDEA-251084)

GitOrigin-RevId: 00a5992c83b0824c7630e5e5657a1f564b2c766f
This commit is contained in:
Artemiy Sartakov
2020-10-05 15:21:14 +07:00
committed by intellij-monorepo-bot
parent d5ebd0fca2
commit 24ce3f8313
12 changed files with 400 additions and 122 deletions

View File

@@ -0,0 +1,4 @@
class C {
String unclosed = """
\u005c""";
}<EOLError descr="Unclosed text block"></EOLError><EOLError descr="'}' expected"></EOLError><EOLError descr="';' expected"></EOLError>