KT-219 Grammar issue in delegationSpecifier

#KT-219 Fixed
This commit is contained in:
Andrey Breslav
2012-03-28 16:41:54 +04:00
parent eacb89171e
commit 32e1018ace
2 changed files with 2 additions and 0 deletions
@@ -1117,6 +1117,7 @@ public class JetParsing extends AbstractJetParsing {
*
* delegationSpecifier
* : constructorInvocation // type and constructor arguments
* : userType
* : explicitDelegation
* ;
*
+1
View File
@@ -32,6 +32,7 @@ classBody
delegationSpecifier
: constructorInvocation // type and constructor arguments
: userType
: explicitDelegation
;