fun test(bean: Bean) { bean.prop2 = "a" println(bean.prop2) bean.prop2 += "a" }