language level 15, remove 13 preview

GitOrigin-RevId: 5e0277b784e6dfa59ad4eca16688bc3a40c04d60
This commit is contained in:
Anna Kozlova
2020-06-09 20:53:00 +03:00
committed by intellij-monorepo-bot
parent c6e824e253
commit 60f4542cda
71 changed files with 64 additions and 304 deletions
@@ -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>;
}
}