Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumKotlingenerics variance in outSingle-choice MCQ

What is the effect of the `@UnsafeVariance` annotation in a declaration like this?

interface Container<out T> { fun addAll(items: Collection<@UnsafeVariance T>) }