Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
explicitDefinitelyNotNullableViaIntersection
/
disabledFeature.fir.kt
blob: 2a802a79bea520f146f992e1c91f2477e1b272d7 [
file
]
// LANGUAGE: -DefinitelyNonNullableTypes
fun
<
T
>
foo
(
x
:
T
,
y
:
T
&
Any
):
List
<
T
&
Any
>?
=
null