ec29e06115
- refactoring for auto import tests
8 lines
143 B
Kotlin
8 lines
143 B
Kotlin
// "Import Class" "true"
|
|
package functionimporttest
|
|
|
|
import functionimporttest.data.someTestFun
|
|
|
|
fun functionImportTest() {
|
|
someTestFun()
|
|
} |