7 lines
101 B
Kotlin
7 lines
101 B
Kotlin
// "Import" "true"
|
|
package functionimporttest
|
|
|
|
fun functionImportTest() {
|
|
<caret>someTestFun()
|
|
}
|