Update tests after rebase
This commit is contained in:
Vendored
-1
@@ -1,6 +1,5 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun nonGenericId(x: Any?) = x
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import kotlin.experimental.ExperimentalTypeInference
|
||||
@OptIn(ExperimentalTypeInference::class)
|
||||
fun <R> scopedFlow(@BuilderInference block: suspend CoroutineScope.(FlowCollector<R>) -> Unit): Flow<R> =
|
||||
flow {
|
||||
val collector = <!DEBUG_INFO_EXPRESSION_TYPE("")!>this<!>
|
||||
val collector = this
|
||||
flowScope { block(collector) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user