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
There are some cases which are not presently checked for which could lead to some odd class declarations, I'm opening this issue as a point of discussion to decide what to do:
Here we have defined a property and a property accessor of the same name, in v1.2 the accessor will shadow the property so this isn't a problem per say, but should we allow it or should it throw a compile error?
There are some cases which are not presently checked for which could lead to some odd class declarations, I'm opening this issue as a point of discussion to decide what to do:
Here we have defined a property and a property accessor of the same name, in v1.2 the accessor will shadow the property so this isn't a problem per say, but should we allow it or should it throw a compile error?
Also see Issue #10
The text was updated successfully, but these errors were encountered: