[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 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM
// !LANGUAGE: +NewInference +SamConversionPerArgument +ProhibitVarargAsArrayAfterSamArgument
// FILE: samConversionInGenericConstructorCall.kt
fun test1(f: (String) -> String) = C(f)