Update bytecode text tests for JVM_IR

This commit is contained in:
Dmitry Petrov
2020-02-20 14:59:20 +03:00
parent 7581e0bd8e
commit bc7c8e4819
3 changed files with 0 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
// -IGNORE_BACKEND: JVM_IR
inline fun <T> runAfterLoop(fn: () -> T): T {
for (i in 1..2);
return fn()

View File

@@ -1,4 +1,3 @@
// -IGNORE_BACKEND: JVM_IR
inline fun <T> runAfterLoop(fn: () -> T): T {
for (i in 1..2);
return fn()