[FE] Remove BuilderInference annotation from tests
This commit is contained in:
@@ -8,7 +8,7 @@ interface MyFlow<out T>
|
||||
|
||||
fun <K> select(x: K, y: K): K = x
|
||||
@OptIn(ExperimentalTypeInference::class)
|
||||
fun <T> myCallbackFlow(@BuilderInference block: MyProducerScope<T>.() -> Unit): MyFlow<T> = null!!
|
||||
fun <T> myCallbackFlow(block: MyProducerScope<T>.() -> Unit): MyFlow<T> = null!!
|
||||
fun MyProducerScope<*>.myAwaitClose(block: () -> Unit = {}) {}
|
||||
fun <E> myEmptyFlow(): MyFlow<E> = null!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user