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

#KT-11306 Fixed
This commit is contained in:
Alexander Udalov
2016-09-14 13:18:09 +03:00
parent 98f6ea577a
commit fea116f14e
10 changed files with 205 additions and 11 deletions
@@ -1,9 +1,6 @@
-InheritedSynthesizedFromDataClass.kt
-Derived
a: Int location=→TestData
equals(Any?): Boolean location=→Any
field: Int
hashCode(): Int location=→Any
some(): Unit location=→TestData
toString(): String location=→Any
TestData