7 lines
50 B
Kotlin
Vendored
7 lines
50 B
Kotlin
Vendored
package test
|
|
|
|
fun usage() {
|
|
Foo()
|
|
bar()
|
|
}
|