FIR: Mute backend tests relevant to new INFERENCE_NO_INFORMATION_FOR_PARAMETER
See KT-46967 and KT-46996
This commit is contained in:
committed by
TeamCityServer
parent
d932d5b0a5
commit
d76db0e011
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
fun foo1() {
|
||||
@@ -51,4 +52,4 @@ fun box(): String {
|
||||
foo3()
|
||||
foo4()
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// !LANGUAGE: +UnrestrictedBuilderInference
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun <R> select(vararg x: R) = x[0]
|
||||
fun <K> myEmptyList(): List<K> = emptyList()
|
||||
@@ -23,4 +24,4 @@ fun box(): String {
|
||||
f2()
|
||||
f3()
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
public inline fun <R, C : MutableCollection<in R>> flatMapTo1(destination: C, transform: (List<String>) -> Iterable<R>) {}
|
||||
|
||||
@@ -9,4 +10,4 @@ fun box(): String {
|
||||
flatMapTo1(this) { it }
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user