IR: IrTypeOperatorCall.classifierSymbol can be computed from typeOperand
This commit is contained in:
@@ -1141,7 +1141,7 @@ internal class Fir2IrVisitor(
|
||||
|
||||
IrTypeOperatorCallImpl(
|
||||
startOffset, endOffset, irType, irTypeOperator, irTypeOperand,
|
||||
irTypeOperand.classifierOrFail, typeOperatorCall.argument.toIrExpression()
|
||||
typeOperatorCall.argument.toIrExpression()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user