``` class A(x: Int) { var x = x privat...
# getting-started
v
Copy code
class A(x: Int) {
    var x = x
        private set