FILE: ft.kt
    public abstract interface KMutableProperty1<T> : R|KProperty1<T>| {
    }
    public abstract interface KProperty1<T> : R|kotlin/Function1<T, kotlin/Int>| {
    }
