Files
kotlin-fork/idea/testData/completion/basic/multifile/NotImportedExtensionFunction-1.kt
T

10 lines
136 B
Kotlin

package first
fun firstFun() {
val a = ""
a.hello<caret>
}
// EXIST: helloFun
// EXIST: helloFunPreventAutoInsert
// NUMBER: 2