blob: 4cbfdfe8b1c7732843f3eb44c50e35450fae3b9e [file] [log] [blame]
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
// OPTIONS: usages
// FIND_BY_REF
// WITH_FILE_NAME
// FIR_IGNORE
package usages
fun test() {
val f = mapOf(Pair("1","2")).keys.<caret>single( { true } )
}