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
This gives no error while compiling and even runs without any error/exception.
It should only work though, if prop was declared readonly in the Base.
Otherwise it should report that a setter is missing for prop.
The text was updated successfully, but these errors were encountered:
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
Consider the following code:
This gives no error while compiling and even runs without any error/exception.
It should only work though, if
prop
was declared readonly in theBase
.Otherwise it should report that a setter is missing for
prop
.The text was updated successfully, but these errors were encountered: