How it knows that the set is connected to the seco...
# getting-started
e
How it knows that the set is connected to the second var here?
Copy code
var counter = 0
    var propertyWithCounter: Int? = null //todoTask32()
        set(v: Int?) {
            field = v
            counter++
        }