blob: 86e864b74bc66ce26b17ceabeaa20bf315842f3f [file]
fun box(map: MutableMap<String, String>) {
map.g<caret>et("key")
}