// "Assign to property" "true" class Test { val foo: Int constructor(foo: Int) { foo = foo } }