ec29e06115
- refactoring for auto import tests
7 lines
122 B
Kotlin
7 lines
122 B
Kotlin
// "Import Class" "true"
|
|
package testingExtensionFunctionsImport
|
|
|
|
fun some() {
|
|
val str = ""
|
|
str.<caret>someFun()
|
|
} |