being nitpicky, `mutableList += "baz"` doesn’t wor...
# android
m
being nitpicky,
mutableList += "baz"
doesn’t work because
mutableList
is a
val