blob: 40e2de3cd863cfdbcc7956b1d033ced190377a82 [file] [log] [blame]
fun foo(map: Map<String, Int>, p: String) {
map[<caret>] = 1
}
// ELEMENT: p