ec29e06115
- refactoring for auto import tests
6 lines
106 B
Kotlin
6 lines
106 B
Kotlin
// "Import Class" "true"
|
|
package functionimporttest
|
|
|
|
fun functionImportTest() {
|
|
<caret>someTestFun()
|
|
} |