blob: 54d434e2191672cafc74404538bb6a2de861914f [file]
// !LANGUAGE: -DefinitelyNonNullableTypes
fun <T> foo(x: T, y: T & Any): List<T & Any>? = null