6 lines
40 B
Kotlin
Vendored
6 lines
40 B
Kotlin
Vendored
package baz
|
|
|
|
fun useFun() {
|
|
bar()
|
|
}
|