Update bytecode text tests for JVM_IR
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// -IGNORE_BACKEND: JVM_IR
|
||||
inline fun <T> runAfterLoop(fn: () -> T): T {
|
||||
for (i in 1..2);
|
||||
return fn()
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// -IGNORE_BACKEND: JVM_IR
|
||||
inline fun <T> runAfterLoop(fn: () -> T): T {
|
||||
for (i in 1..2);
|
||||
return fn()
|
||||
|
||||
Reference in New Issue
Block a user