[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,4 +1,5 @@
// WITH_JDK
// TARGET_BACKEND: JVM
fun test1() = Runnable { }
fun test2(a: () -> Unit) = Runnable(a)