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