// !LANGUAGE: -DefinitelyNonNullableTypes fun foo(x: T, y: T & Any): List<T & Any>? = null