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