dave08
12/08/2022, 12:13 PMset { }
shouldn't it be o.fieldName setTo "one"
instead of eq
? Since eq
is already used for when { }
... in Kotlin, there's also a difference between =
and ==
...Toshihiro Nakamura
12/08/2022, 2:20 PM=
means both equality and assignment.dave08
12/08/2022, 2:21 PMdave08
12/08/2022, 2:21 PM