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
+1
View File
@@ -32,6 +32,7 @@ classBody
delegationSpecifier
: constructorInvocation // type and constructor arguments
: userType
: explicitDelegation
;