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

12 lines
183 B
Kotlin

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