Return a stripped version of StackValue from ExpressionCodegen
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun identity(x: Int): Int {
|
||||
return when {
|
||||
x < 0 -> identity(x + 1) - 1
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
inline fun inlineFunVoid(f: () -> Unit): Unit {
|
||||
return f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user