Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
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