IR: IrTypeOperatorCall.classifierSymbol can be computed from typeOperand
This commit is contained in:
-1
@@ -558,7 +558,6 @@ abstract class IrModuleDeserializer(
|
||||
val argument = deserializeExpression(proto.argument)
|
||||
return IrTypeOperatorCallImpl(start, end, type, operator, operand).apply {
|
||||
this.argument = argument
|
||||
this.typeOperandClassifier = operand.classifierOrFail
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user