11 lines
218 B
Kotlin
Vendored
11 lines
218 B
Kotlin
Vendored
// 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 } )
|
|
} |