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

7 lines
101 B
Kotlin

// "Import" "true"
package functionimporttest
fun functionImportTest() {
<caret>someTestFun()
}