Files
kotlin-fork/compiler/testData/klibABI/removeAbstractPropertyFromInterface/lib1/l1.kt.0
T
2022-05-18 18:04:26 +03:00

6 lines
47 B
Plaintext
Vendored

package lib1
interface A {
val foo: Int
}