JVM_IR: deal with inline class default values in AddContinuationLowering.

Whenever we want the default 0/null value for a type we need to
check if it is a non-nullable inline class type and produce
the right value for the underlying type.
This commit is contained in:
Mads Ager
2020-01-09 10:49:37 +01:00
committed by Ilmir Usmanov
parent 31ba2d64db
commit 4e4e57f60a
4 changed files with 37 additions and 25 deletions
@@ -1,7 +1,7 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_COROUTINES
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR, JS_IR
// IGNORE_BACKEND: JS_IR
import helpers.*
import kotlin.coroutines.*