blob: 3d2de79ebc8f99d6dcd72508804332602b2b9ed5 [file]
// RUN_PIPELINE_TILL: BACKEND
// LANGUAGE: -DefinitelyNonNullableTypes
fun <T> foo(x: T, y: T & Any): List<T & Any>? = null
/* GENERATED_FIR_TAGS: dnnType, functionDeclaration, nullableType, typeParameter */