blob: e90ee7e40f716c291aaa6422dfbf1863bf763841 [file] [log] [blame]
fun test() {
val a = A()
a.foo = "bar"
println(a.foo)
}