75d4c7e91c
relates to #KT-39196
9 lines
203 B
Kotlin
Vendored
9 lines
203 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
// WITH_FILE_NAME
|
|
package usages
|
|
|
|
fun test() {
|
|
val f = mapOf(Pair("1","2")).keys.<caret>single( { true } )
|
|
} |