JVM_IR: wrap inline class objects in unboxed refs

This commit is contained in:
pyos
2020-03-02 15:06:32 +01:00
committed by Dmitry Petrov
parent 68745ec43f
commit 13b04e63be
4 changed files with 21 additions and 12 deletions
@@ -1,6 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TODO: JVM_IR uses ObjectRef instead of IntRef for the value
fun test(): UInt {
val c: UInt
run {
@@ -1,6 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TODO: JVM_IR uses ObjectRef instead of IntRef for the value
fun test(): UInt {
var c: UInt
run {