Skip to content
Snippets Groups Projects
Commit 71d0f3f6 authored by Johannes Mey's avatar Johannes Mey
Browse files

unmodified interface grammar fule fix

parent 7229e511
Branches
No related tags found
1 merge request!4Resolve "Foldable aspects"
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -173,7 +173,7 @@ class_body_declaration ::= initializer | modifiers ( unmodified_class_declaratio
interface_declaration ::= unmodified_interface_declaration
unmodified_interface_declaration ::= INTERFACE IDENTIFIER type_parameters? (EXTENDS type_name_list)? LBRACE interface_member_declaration RBRACE
unmodified_interface_declaration ::= INTERFACE IDENTIFIER type_parameters? (EXTENDS type_name_list)? LBRACE interface_member_declaration* RBRACE
interface_member_declaration ::= modifiers (unmodified_class_declaration | unmodified_interface_declaration | field_declaration | method_declaration) | SEMICOLON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment