Closed augustopedroza closed 6 years ago
var propertyWithCounter: Int? = null set(v : Int?) { field = v counter++ }
Fixed, thanks!
var propertyWithCounter: Int? = null set(v
: Int?) { field = v counter++ }