Allow data classes to implement equals/hashCode/toString from base classes
#KT-11306 Fixed
This commit is contained in:
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user