[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,3 +1,4 @@
// TARGET_BACKEND: JVM
// FILE: delegatedImplementationOfJavaInterface.kt
class Test(private val j: J) : J by j