[FIR] Get rid of copying function call in process of completion
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.fir.tree.generator.context.type
|
||||
import org.jetbrains.kotlin.fir.tree.generator.model.*
|
||||
|
||||
object FieldSets {
|
||||
val calleeReference = field("calleeReference", reference)
|
||||
val calleeReference = field("calleeReference", reference, withReplace = true)
|
||||
|
||||
val receivers = fieldSet(
|
||||
field("explicitReceiver", expression, nullable = true).withTransform(),
|
||||
|
||||
Reference in New Issue
Block a user