// "Assign to property" "true" class Test(var foo: Int) { fun test(foo: Int) { foo = foo } }