Files
kotlin-fork/idea/idea-completion/testData/smart/heuristicSignatures/GetWithBrackets.kt
T
2015-10-07 23:09:54 +03:00

7 lines
101 B
Kotlin
Vendored

fun foo(map: Map<String, Int>, p1: Any, p2: String) {
map[<caret>]
}
// ABSENT: p1
// EXIST: p2