Fix genValueAndPut in IrInlineCodegen

This commit is contained in:
Steven Schäfer
2019-05-16 15:08:51 +02:00
committed by Alexander Udalov
parent 917ef250cf
commit 27a850be92
6 changed files with 10 additions and 9 deletions
@@ -492,6 +492,3 @@ fun IrClass.addFakeOverrides() {
declarations += fakeOverriddenFunctions.values
}
fun IrValueParameter.isInlineParameter() =
!isNoinline && !type.isNullable() && (type.isFunction() || type.isSuspendFunctionTypeOrSubtype())