7 lines
92 B
Kotlin
7 lines
92 B
Kotlin
package test
|
|
|
|
import library.topLevelFunction
|
|
|
|
fun usage() {
|
|
<caret>topLevelFunction()
|
|
} |