I think this compiles now: ``` var foo: String...
# announcements
v
I think this compiles now:
Copy code
var foo: String = ""
        set(value) {
            field = value.toUpperCase()
        }