I suppose for safety I could change that insert order to ```val m = mutableMapOf(...) m[""] = ""```
c
I suppose for safety I could change that insert order to
Copy code
val m = mutableMapOf(...)
m[""] = ""