Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/highOrderFunctions/ContextVariable.kt
T

10 lines
164 B
Kotlin
Vendored

fun String.xfoo(p: () -> Unit){}
fun X.test() {
val local: () -> Unit = { }
"a".xf<caret>
}
// ELEMENT: xfoo
// TAIL_TEXT: "(local) for String in <root>"