[JVM_IR] Rebase constructor stepping tests that are working as intended.
JVM_IR has consistent stepping behavior for secondary constructors and init blocks. This change fixes the expectations for tests that expect the less consistent JVM backend behavior.
This commit is contained in:
-1
@@ -855,7 +855,6 @@ class ExpressionCodegen(
|
||||
IrTypeOperator.INSTANCEOF -> {
|
||||
expression.argument.accept(this, data).materializeAt(context.irBuiltIns.anyNType)
|
||||
val type = typeMapper.boxType(typeOperand)
|
||||
|
||||
if (typeOperand.isReifiedTypeParameter) {
|
||||
putReifiedOperationMarkerIfTypeIsReifiedParameter(typeOperand, ReifiedTypeInliner.OperationKind.IS)
|
||||
v.instanceOf(type)
|
||||
|
||||
Reference in New Issue
Block a user