Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
explicitDefinitelyNotNullableViaIntersection
/
disabledFeature.fir.kt
blob: 3d2de79ebc8f99d6dcd72508804332602b2b9ed5 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// LANGUAGE: -DefinitelyNonNullableTypes
fun
<
T
>
foo
(
x
:
T
,
y
:
T
&
Any
):
List
<
T
&
Any
>?
=
null
/* GENERATED_FIR_TAGS: dnnType, functionDeclaration, nullableType, typeParameter */