Add toString() to Any, fix all tests
#KT-4517 Fixed
This commit is contained in:
@@ -7,7 +7,7 @@ class MyString {
|
||||
return this
|
||||
}
|
||||
|
||||
fun toString(): String {
|
||||
override fun toString(): String {
|
||||
return s
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user