ec29e06115
- refactoring for auto import tests
9 lines
168 B
Kotlin
9 lines
168 B
Kotlin
// "Import Class" "true"
|
|
package testingExtensionFunctionsImport
|
|
|
|
import testingExtensionFunctionsImport.data.someFun
|
|
|
|
fun some() {
|
|
val str = ""
|
|
str.someFun()
|
|
} |