mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-14 08:20:59 +07:00
java: keep text blocks escapes as separate feature
GitOrigin-RevId: 086115a4a13b983c6a9f116253634fd15dab612e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
97d8494221
commit
bb49afba0d
+1
-1
@@ -23,6 +23,6 @@ class UnsupportedFeatures {
|
||||
|
||||
String raw = <error descr="Text block literals are not supported at language level '1.4'">"""hi there"""</error>;
|
||||
|
||||
String spaceEscapeSeq = <error descr="Text block literals are not supported at language level '1.4'">"\s"</error>;
|
||||
String spaceEscapeSeq = <error descr="'\s' and '\' escape sequences are not supported at language level '1.4'">"\s"</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user