mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 05:47:32 +07:00
Add records feature and validation
GitOrigin-RevId: fc64ecd6fe81020abbcccaacf1b447e0ad2ab678
This commit is contained in:
committed by
intellij-monorepo-bot
parent
61e6a503c8
commit
f297157108
+4
@@ -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) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user