Find stdlib usages test case

relates to #KT-39196
This commit is contained in:
Vladimir Ilmov
2020-09-07 16:23:32 +02:00
parent 8b239d89b6
commit 75d4c7e91c
5 changed files with 65 additions and 0 deletions
@@ -0,0 +1,9 @@
// 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 } )
}
@@ -0,0 +1 @@
Function call 8 val f = mapOf(Pair("1","2")).keys.single( { true } )