you finds more information about out in <https://k...
# announcements
i
you finds more information about out in https://kotlinlang.org/docs/reference/generics.html
b
I understand generics pretty well… I just don’t understand that error message at all. It seems backwards.
s
shrung I mean as best as I can tell it makes “sense” as far as being a type mismatch
the signature requires an invariant T rather than T and and subclasses
b
Yes the type declaration had no explicit variance… but I didn’t explicitly mark anything as
out
near the callsite. That’s what gets me.