It seems a bit silly that: ``` var x = mutable...
# announcements
n
It seems a bit silly that:
Copy code
var x = mutableListOf<String>()
    x += "hello"