Files
kotlin-fork/idea/testData/completion/basic/multifile/NotImportedExtensionFunction.kt
T
2014-04-02 13:37:18 +04:00

12 lines
183 B
Kotlin

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