Files
kotlin-fork/compiler/testData/fir/resolve/ft.kt
T

7 lines
88 B
Kotlin
Vendored

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