[NI] Update test data for diagnostic tests
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ fun myLaunch(
|
||||
public fun <E> myProduce(@BuilderInference block: suspend MyProducerScope<E>.() -> Unit) {}
|
||||
|
||||
fun <T> MyReceiveChannel<T>.debounce(period: Long) {
|
||||
myProduce {
|
||||
myProduce<Any> {
|
||||
myConsumeEach {
|
||||
myLaunch {
|
||||
myDelay(period)
|
||||
|
||||
Reference in New Issue
Block a user