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

6 lines
165 B
Plaintext
Vendored

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