[TEST] Set proper TARGET_BACKEND for jvm-specific irText tests

This commit is contained in:
Roman Artemev
2021-06-07 18:49:16 +03:00
committed by teamcityserver
parent b587b71b0f
commit 14c91ca0de
93 changed files with 93 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// FIR_IDENTICAL
// WITH_RUNTIME
// TARGET_BACKEND: JVM
fun test1() {
val hello = Runnable { println("Hello, world!") }