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

4 lines
80 B
Kotlin
Vendored

interface One
interface Two
fun <T> fo<caret>o(t: T) where T : One, T : Two = t