/main.kt:(98,103): error: Argument type mismatch: actual type is 'V', but 'V & Any' was expected.

/main.kt:(119,120): error: Argument type mismatch: actual type is 'kotlin.collections.List<V>', but 'kotlin.collections.(Mutable)List<@NotNull() V & Any>' was expected.

/main.kt:(133,138): error: Argument type mismatch: actual type is 'V', but 'E & Any' was expected.

/main.kt:(154,155): error: Argument type mismatch: actual type is 'kotlin.collections.List<V>', but 'kotlin.collections.(Mutable)List<@NotNull() E & Any>' was expected.
