Files
kotlin-fork/idea/testData/quickfix/autoImports/extensionFunctionImport.before.Main.kt
T
2012-03-30 18:34:04 +04:00

8 lines
117 B
Kotlin

// "Import" "true"
package testingExtensionFunctionsImport
fun some() {
val str = ""
str.<caret>someFun()
}