You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renaming only setter "setFoo" also renames read/write expressions "foo += 'x'". No warning is given that read is still named "foo" and the end result is a compiler error for the new expression.
The text was updated successfully, but these errors were encountered:
eric-milles
changed the title
Rename of setter but not property can cause error for +=, ++, etc.
Rename of getter/setter but not setter/getter or property can cause error for +=, ++, etc.
Dec 30, 2019
eric-milles
changed the title
Rename of getter/setter but not setter/getter or property can cause error for +=, ++, etc.
Rename of getter/setter but not property or setter/getter can cause error for +=, ++, etc.
Dec 30, 2019
Consider the following:
Renaming only setter "setFoo" also renames read/write expressions "foo += 'x'". No warning is given that read is still named "foo" and the end result is a compiler error for the new expression.
The text was updated successfully, but these errors were encountered: