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

11 lines
191 B
Kotlin

package first
fun firstFun() {
val a = SomeUnknownClass()
a.hello<caret>
}
// ABSENT: helloFun
// ABSENT: helloFunPreventAutoInsert
// ABSENT: helloWithParams
// INVOCATION_COUNT: 0