Review feedback, part 1
This commit is contained in:
committed by
SvyatoslavScherbina
parent
f2b5b98dba
commit
4706ec9ddd
+1
-1
@@ -72,7 +72,7 @@ private class AutoboxingTransformer(val context: Context) : AbstractValueUsageTr
|
||||
return if (operator == IrTypeOperator.IMPLICIT_COERCION_TO_UNIT) {
|
||||
this
|
||||
} else {
|
||||
// Codegen expects the argument of type-checking operator to be object reference:
|
||||
// Codegen expects the argument of type-checking operator to be an object reference:
|
||||
this.useAs(builtIns.nullableAnyType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user