fa51ca5716
#KT-4977 Fixed
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
fun foo(map: Map<String, Int>, p: String) {
|
|
map[<caret>] = 1
|
|
}
|
|
|
|
// ELEMENT: p
|