We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15243c commit df92231Copy full SHA for df92231
javaDSL/src/main/grammars/de/monticore/java/JavaDSL.mc4
@@ -190,7 +190,8 @@ scope(shadowing) RecordDeclaration extends TypeDeclaration
190
;
191
192
// TODO: "record" is a contextual keyword, but setting it to nokeyword creates conflicts with MethodDeclaration
193
-nokeyword "record";
+// -> might need to be fixed in MontiCore itself
194
+//nokeyword "record";
195
196
RecordHeader
197
= "(" (RecordComponent || ",")* ")"
0 commit comments