Skip to content

Commit 607b6ad

Browse files
author
Nikita Koval
committed
Review fixes
1 parent dfabe18 commit 607b6ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotlinx-coroutines-core/common/test/channels/TestChannelKind.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ private class ChannelViaBroadcast<E>(
5656
get() = sub.onReceive
5757
override val onReceiveCatching: SelectClause1<ChannelResult<E>>
5858
get() = sub.onReceiveCatching
59+
override val onReceiveOrNull: SelectClause1<E?>
60+
get() = error("unsupported")
5961
}

0 commit comments

Comments
 (0)