Files
kotlin/compiler/testData/bytecodeVersion/simple/A.kt

8 lines
68 B
Kotlin
Vendored

package library
class A {
fun member() {}
}
fun topLevel() {}