Make materialization of StackValues explicit

This commit is contained in:
pyos
2019-03-28 09:43:57 +01:00
committed by max-kammerer
parent 2356f72fd4
commit 9aff1cefb4
4 changed files with 165 additions and 190 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline fun inlineFunVoid(f: () -> Unit): Unit {
return f()
}