7 lines
65 B
Kotlin
Vendored
7 lines
65 B
Kotlin
Vendored
import library.*
|
|
|
|
fun test() {
|
|
A().member()
|
|
topLevel()
|
|
}
|