Allow generate toString(), equals(), and hashCode() to include non-default accessors
^KT-15262 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
3bf18343f5
commit
af6e744b65
Vendored
+1
-1
@@ -6,7 +6,7 @@ class Test {
|
||||
get
|
||||
|
||||
override fun toString(): String {
|
||||
return "Test()"
|
||||
return "Test(serial='$serial', name='$name')"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user