this compiles: ``` var bar: String by Delegates.ob...
# announcements
i
this compiles:
Copy code
var bar: String by Delegates.observable("bar") { property, old, new ->
    println("$property has changed from $old to $new")
}