Not sure if this was the best place to ask, but wh...
# reflect
s
Not sure if this was the best place to ask, but why is it not possible to accept a
java.util.List<? extends Blah>
type into a kotlin method that accepts a type of kotlins
kotlin.collections.List<out Blah>
?
u
Looks like it should be possible