In `Map<K, out V>`: `public abstract operat...
# announcements
e
In `Map<K, out V>`:
public abstract operator fun get(key: K): V?
-- why is the return type nullable?