Add toString() to Any, fix all tests
#KT-4517 Fixed
This commit is contained in:
@@ -22,7 +22,7 @@ class Customer() : ChangeSupport() {
|
||||
$city = value
|
||||
}
|
||||
|
||||
fun toString() = "Customer($name, $city)"
|
||||
override fun toString() = "Customer($name, $city)"
|
||||
}
|
||||
|
||||
class MyChangeListener() : ChangeListener {
|
||||
|
||||
Reference in New Issue
Block a user