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

6 lines
63 B
Plaintext
Vendored

package lib1
abstract class A {
abstract fun foo(): Int
}