From 866ea672d73a618b2140166953c7c8ede917a59a Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 14 Sep 2016 13:18:09 +0300 Subject: [PATCH] Allow data classes to implement equals/hashCode/toString from base classes #KT-11306 Fixed Original commit: fea116f14e2fdae51f5a8441cf0faf2826902782 --- .../classSignatureChange/classFlagsChanged/result.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jps/jps-plugin/testData/comparison/classSignatureChange/classFlagsChanged/result.out b/jps/jps-plugin/testData/comparison/classSignatureChange/classFlagsChanged/result.out index df8bc66d450..4e874a01529 100644 --- a/jps/jps-plugin/testData/comparison/classSignatureChange/classFlagsChanged/result.out +++ b/jps/jps-plugin/testData/comparison/classSignatureChange/classFlagsChanged/result.out @@ -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