youta-t opened this issue 8 months ago · 0 comments
ClosedChan[T] is always Matcher[<-chan T].
ClosedChan[T]
Matcher[<-chan T]
However,chan T can be received. It should be tested with ClosedChan. ClosedChan should be also Matcher[chan T].
chan T
ClosedChan
Matcher[chan T]