2826db7d9a
- Stubs elements are enabled - Changed method for selecting indexing policy for plugin and compiler - Quick fix for import unresolved top-level function added
6 lines
106 B
Kotlin
6 lines
106 B
Kotlin
// "Import Class" "true"
|
|
package functionimporttest
|
|
|
|
fun functionImportTest() {
|
|
<caret>someTestFun()
|
|
} |