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