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

11 lines
181 B
Kotlin

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