Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/CallableReferenceNotImported/CallableReferenceNotImported.kt
T

12 lines
167 B
Kotlin
Vendored

fun String.foo() {
bar(::<caret>)
}
fun bar(p: () -> Unit) { }
fun bar(p: String.() -> Unit) { }
// INVOCATION_COUNT: 2
// EXIST: topLevelFun
// ABSENT: extFun