blob: d2764d353b134e9cfe488bf44eab846f330c5efe [file]
FILE: ft.kt
public abstract interface KMutableProperty1<T> : R|KProperty1<T>| {
}
public abstract interface KProperty1<T> : R|(T) -> kotlin/Int| {
}