kotlin
kotlin copied to clipboard
JVM Inline: Fix operand stack type verify error
This is a proposal to fix KT-49364.
Operand stack type verification happens before checkcast
is executed. When we implicitly cast an inline class
to a non-inline type, if type of stack value is not subtype
of the target, then coercing/checkcast is necessary.