mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Update bytecode text tests for JVM_IR
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// -IGNORE_BACKEND: JVM_IR
|
||||
inline fun <T> runAfterLoop(fn: () -> T): T {
|
||||
for (i in 1..2);
|
||||
return fn()
|
||||
|
||||
@@ -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