Add toString() to Any, fix all tests
#KT-4517 Fixed
This commit is contained in:
@@ -17,4 +17,7 @@ class C : A {
|
||||
override fun hashCode(): Int {
|
||||
return super<A>.hashCode()
|
||||
}
|
||||
override fun toString(): String {
|
||||
return super<A>.toString()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user