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
@@ -4,5 +4,8 @@ class Test {
|
||||
field = value.toUpperCase()
|
||||
}
|
||||
var name: String = ""
|
||||
val age by lazy { 15 + 10 }
|
||||
val color: String
|
||||
get() = "Purple"
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user