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