8 lines
117 B
Kotlin
8 lines
117 B
Kotlin
// "Import" "true"
|
|
package testingExtensionFunctionsImport
|
|
|
|
fun some() {
|
|
val str = ""
|
|
str.<caret>someFun()
|
|
}
|