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

6 lines
49 B
Plaintext
Vendored

package lib1
interface A {
fun foo(): Int
}