I get `Type parameter T is declared as 'out' but o...
# announcements
m
I get
Type parameter T is declared as 'out' but occurs in 'in' position in type T
on line
override fun receive(t: T) {
i
I've simplified this example a bit and submitted the problem as https://youtrack.jetbrains.com/issue/KT-23428