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

7 lines
65 B
Kotlin
Vendored

import library.*
fun test() {
A().member()
topLevel()
}