blob: 531904f9405c52f1a928fceefd37b93c8bba43a4 [file] [log] [blame]
class C {
var x = ""
set(x) {
println("old value: " + this.x)
field = x
}
}