KT-219 Grammar issue in delegationSpecifier
#KT-219 Fixed
This commit is contained in:
@@ -1117,6 +1117,7 @@ public class JetParsing extends AbstractJetParsing {
|
||||
*
|
||||
* delegationSpecifier
|
||||
* : constructorInvocation // type and constructor arguments
|
||||
* : userType
|
||||
* : explicitDelegation
|
||||
* ;
|
||||
*
|
||||
|
||||
@@ -32,6 +32,7 @@ classBody
|
||||
|
||||
delegationSpecifier
|
||||
: constructorInvocation // type and constructor arguments
|
||||
: userType
|
||||
: explicitDelegation
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user