Find stdlib usages test case
relates to #KT-39196
This commit is contained in:
+9
@@ -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 } )
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
Function call 8 val f = mapOf(Pair("1","2")).keys.single( { true } )
|
||||
Reference in New Issue
Block a user