Files
kotlin-fork/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/disabledFeature.fir.kt
T
2021-08-31 15:41:11 +03:00

4 lines
101 B
Kotlin
Vendored

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