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