FIR: add & use hasExplicitParameterList to anonymous functions
#KT-49134 Fixed
This commit is contained in:
committed by
teamcityserver
parent
9307757bb4
commit
29e4c299e7
@@ -99,6 +99,7 @@ fun FirAnonymousFunction.copy(
|
||||
this.receiverTypeRef = receiverTypeRef
|
||||
symbol = this@copy.symbol
|
||||
isLambda = this@copy.isLambda
|
||||
hasExplicitParameterList = this@copy.hasExplicitParameterList
|
||||
this.valueParameters.addAll(valueParameters)
|
||||
this.body = body
|
||||
this.annotations.addAll(annotations)
|
||||
|
||||
Reference in New Issue
Block a user