Files
2023-10-19 16:24:32 +00:00

4 lines
85 B
Kotlin
Vendored

interface One
interface Two
val <T> T.f<caret>oo where T : One, T : Two get() = this