Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/ft.kt
T
2020-03-19 09:51:01 +03:00

7 lines
88 B
Kotlin
Vendored

interface KMutableProperty1<T> : KProperty1<T>
interface KProperty1<T> : (T) -> Int