FIR tree generator: merge fields from parents properly

This commit is contained in:
Mikhail Glukhikh
2021-03-15 12:41:16 +03:00
parent 7f7a964b2e
commit 06a80c0b34
22 changed files with 94 additions and 88 deletions
@@ -34,6 +34,7 @@ class FirIntegerOperatorCall @FirImplementationDetail constructor(
argumentList: FirArgumentList,
calleeReference: FirNamedReference,
) : FirFunctionCallImpl(
source,
typeRef,
annotations,
typeArguments,
@@ -42,7 +43,6 @@ class FirIntegerOperatorCall @FirImplementationDetail constructor(
extensionReceiver,
argumentList,
calleeReference,
source,
)
@FirBuilderDsl