Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
propertyWithConstraints.kt
blob: fe3e45da6b15128880b9b28cad18a4708296d1ff [
file
]
// FILE: I1.kt
interface
I1
// FILE: I2.kt
interface
I2
// FILE: Foo.kt
val
<
T
>
T
.
foo
:
String
?
where
T
:
I1
,
T
:
I2
get
()
=
null