mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
Java text blocks: support octal and unicode escape sequences (IDEA-251084)
GitOrigin-RevId: 00a5992c83b0824c7630e5e5657a1f564b2c766f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d5ebd0fca2
commit
24ce3f8313
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String unclosed = """
|
||||
\u005c""";
|
||||
}<EOLError descr="Unclosed text block"></EOLError><EOLError descr="'}' expected"></EOLError><EOLError descr="';' expected"></EOLError>
|
||||
Reference in New Issue
Block a user