mutableMapOf kotlin example Example: mutable parameters kotlin fun a(b: Int) { var b = b b++ // this compiles }