Files
kotlin-fork/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/disabledFeature.fir.kt
T

4 lines
96 B
Kotlin
Vendored

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