Allow data classes to implement equals/hashCode/toString from base classes

#KT-11306 Fixed

Original commit: fea116f14e
This commit is contained in:
Alexander Udalov
2016-09-14 13:18:09 +03:00
parent 8c9bb043a2
commit 866ea672d7
@@ -5,9 +5,9 @@ changes in test/AnnotationFlagAdded: CLASS_SIGNATURE
changes in test/AnnotationFlagRemoved: CLASS_SIGNATURE
changes in test/AnnotationFlagUnchanged: NONE
changes in test/DataFlagAdded: CLASS_SIGNATURE, MEMBERS
[component1, copy]
[component1, copy, equals, hashCode, toString]
changes in test/DataFlagRemoved: CLASS_SIGNATURE, MEMBERS
[component1, copy]
[component1, copy, equals, hashCode, toString]
changes in test/DataFlagUnchanged: NONE
changes in test/EnumFlagAdded: CLASS_SIGNATURE
changes in test/EnumFlagRemoved: CLASS_SIGNATURE