// "Assign to property" "false" // ERROR: Val cannot be reassigned class Test { var bar = 1 fun test(foo: Int) { foo = foo } }