if you have a property named `propertyName`, it wi...
# announcements
y
if you have a property named
propertyName
, it will have a compiler-generated setter called
setPropertyName
. you cannot define your own method with the same name and parameter list, no matter what the property type is