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
The method TonelReaderClassDefinition>#= is assuming the parameter is going to be another class definition or nil, which is wrong, since it could be the case that it is a TonelReaderClassExtensionDefinition.
The method should be modified to consider such a case, and also implement an equality method in TonelReaderClassExtensionDefinition in case the receiver and arguments are inverted when comparing them.
The text was updated successfully, but these errors were encountered:
The method
TonelReaderClassDefinition>#=
is assuming the parameter is going to be another class definition or nil, which is wrong, since it could be the case that it is aTonelReaderClassExtensionDefinition
.The method should be modified to consider such a case, and also implement an equality method in
TonelReaderClassExtensionDefinition
in case the receiver and arguments are inverted when comparing them.The text was updated successfully, but these errors were encountered: