Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Close #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jachinte committed Jul 18, 2016
1 parent 6daed16 commit f4d7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.amelia.dsl/src/org/amelia/dsl/Amelia.xtext
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ InternalSubsystemDeclaration returns xbase::XExpression

VariableDeclaration
: {VariableDeclaration}
(writeable?='var'|'val'|param?='param')
('var'|param?='param')
(=> (type = JvmTypeReference name = ValidID) | name = ValidID) ('=' right = XExpression)?
;

Expand Down

0 comments on commit f4d7a41

Please sign in to comment.