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
…rty (#3659)
Closes#3539
This change disallows overriding a required inherited property with an
optional property.
This error does not take precedence over regular property assignability
rules. In case the property _both_ is optional when the overridden
property is required _and_ has a non-assignable type, both errors will
be reported.
---------
Co-authored-by: Will Temple <[email protected]>
Playground Link
The same thing with template constrain fail which was fixed last sprint but seem like this case remain #3290
Playground
The text was updated successfully, but these errors were encountered: