8 lines
68 B
Kotlin
Vendored
8 lines
68 B
Kotlin
Vendored
package library
|
|
|
|
class A {
|
|
fun member() {}
|
|
}
|
|
|
|
fun topLevel() {}
|