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
assuming Person is a data class. Currently one has to see the difference based on the representation of the two objects. It would be sweet if we compare the fields one by one and list those which do not match in the failure hint. Yet, only in the failure hint as one could override equals and we don't want to change this behaviour. We could even check if equals is overriden and warn the user.
The text was updated successfully, but these errors were encountered:
Platform (jvm, jdk8, js, android): all
Code related feature
assuming Person is a data class. Currently one has to see the difference based on the representation of the two objects. It would be sweet if we compare the fields one by one and list those which do not match in the failure hint. Yet, only in the failure hint as one could override equals and we don't want to change this behaviour. We could even check if equals is overriden and warn the user.
The text was updated successfully, but these errors were encountered: