35567d453b
^KT-62691
4 lines
85 B
Kotlin
Vendored
4 lines
85 B
Kotlin
Vendored
interface One
|
|
interface Two
|
|
|
|
val <T> T.f<caret>oo where T : One, T : Two get() = this |