Files
kotlin-fork/idea/testData/completion/basic/multifile/NotImportedExtensionFunction-1.kt
T
2013-09-16 17:23:28 +04:00

12 lines
193 B
Kotlin

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