That's what Kotlin 1.1 does with `Map.getValue()` ...
# random
m
That's what Kotlin 1.1 does with
Map.getValue()
(plus it handles map with default values) but now I can't use
map[key]
syntax. 😞