Review feedback, part 1

This commit is contained in:
Svyatoslav Scherbina
2016-12-20 10:38:56 +07:00
committed by SvyatoslavScherbina
parent f2b5b98dba
commit 4706ec9ddd
@@ -72,7 +72,7 @@ private class AutoboxingTransformer(val context: Context) : AbstractValueUsageTr
return if (operator == IrTypeOperator.IMPLICIT_COERCION_TO_UNIT) { return if (operator == IrTypeOperator.IMPLICIT_COERCION_TO_UNIT) {
this this
} else { } 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) this.useAs(builtIns.nullableAnyType)
} }
} }