Add records feature and validation

GitOrigin-RevId: fc64ecd6fe81020abbcccaacf1b447e0ad2ab678
This commit is contained in:
Roman.Ivanov
2019-12-05 04:41:15 +00:00
committed by intellij-monorepo-bot
parent 61e6a503c8
commit f297157108
4 changed files with 10 additions and 1 deletions
@@ -23,4 +23,8 @@ class UnsupportedFeatures {
String raw = <error descr="Text block literals are not supported at language level '1.4'">"""hi there"""</error>;
}
}
<error descr="Records are not supported at language level '1.4'">record</error> UnsuportedRecord(String s) {
}