Files
kotlin-fork/analysis/low-level-api-fir/testData/lazyResolve/propertyWithWhere.kt
T
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