Files
kotlin-fork/idea/testData/quickfix/autoImports/beforeFunctionImport.Main.kt
T
Nikolay Krasko 2826db7d9a KT-1103 Public outer function from different package and source file is not visible in completion:
- Stubs elements are enabled
- Changed method for selecting indexing policy for plugin and compiler
- Quick fix for import unresolved top-level function added
2012-01-31 14:10:08 +04:00

6 lines
106 B
Kotlin

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