We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfabe18 commit 607b6adCopy full SHA for 607b6ad
kotlinx-coroutines-core/common/test/channels/TestChannelKind.kt
@@ -56,4 +56,6 @@ private class ChannelViaBroadcast<E>(
56
get() = sub.onReceive
57
override val onReceiveCatching: SelectClause1<ChannelResult<E>>
58
get() = sub.onReceiveCatching
59
+ override val onReceiveOrNull: SelectClause1<E?>
60
+ get() = error("unsupported")
61
}
0 commit comments