looks weird that ``` val report = getReport() var ...
# announcements
m
looks weird that
Copy code
val report = getReport()
var another = report
another++
another--
report == another // false
👍 1