FIR2IR: fix type of delegating constructor call
This commit is contained in:
committed by
TeamCityServer
parent
029e946fb2
commit
71c60ce9d0
+1
-1
@@ -317,7 +317,7 @@ internal class ClassMemberGenerator(
|
||||
} else {
|
||||
IrDelegatingConstructorCallImpl(
|
||||
startOffset, endOffset,
|
||||
constructedIrType,
|
||||
irBuiltIns.unitType,
|
||||
irConstructorSymbol,
|
||||
typeArgumentsCount = constructor.typeParameters.size,
|
||||
valueArgumentsCount = irConstructorSymbol.owner.valueParameters.size
|
||||
|
||||
Reference in New Issue
Block a user