What do you mean by "Why can I not reference a mut...
# tornadofx
e
What do you mean by "Why can I not reference a mutable variable in type-safe language, but I can change the value of it?"? You can indeed reference a mutable variable and even assign a new value to it.
a
Whoops, I should have posted a screenshot