Files
kotlin-fork/compiler/fir/resolve/testData/resolve/ft.kt
T
2018-12-27 21:32:22 +03:00

7 lines
88 B
Kotlin
Vendored

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