mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
language level 15, remove 13 preview
GitOrigin-RevId: 5e0277b784e6dfa59ad4eca16688bc3a40c04d60
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c6e824e253
commit
60f4542cda
+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="'\s' and '\' escape sequences are not supported at language level '1.4'">"\s"</error>;
|
||||
String spaceEscapeSeq = <error descr="Text block literals are not supported at language level '1.4'">"\s"</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user