IR: IrTypeOperatorCall.classifierSymbol can be computed from typeOperand

This commit is contained in:
Dmitry Petrov
2019-04-22 17:13:47 +03:00
parent 18c3778250
commit 7a44b0f951
23 changed files with 227 additions and 145 deletions
@@ -1141,7 +1141,7 @@ internal class Fir2IrVisitor(
IrTypeOperatorCallImpl(
startOffset, endOffset, irType, irTypeOperator, irTypeOperand,
irTypeOperand.classifierOrFail, typeOperatorCall.argument.toIrExpression()
typeOperatorCall.argument.toIrExpression()
)
}
}