FIR [MapArguments]: transform only arguments but not all children
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ internal object MapArguments : FirTransformer<Map<FirElement, FirElement>>() {
|
||||
functionCall: FirFunctionCall,
|
||||
data: Map<FirElement, FirElement>
|
||||
): CompositeTransformResult<FirStatement> {
|
||||
return (functionCall.transformChildren(this, data) as FirStatement).compose()
|
||||
return (functionCall.transformArguments(this, data) as FirStatement).compose()
|
||||
}
|
||||
|
||||
override fun transformWrappedArgumentExpression(
|
||||
|
||||
Reference in New Issue
Block a user