I want to write this piece of code but it doesn\'t work.
private var a: Int set(value) { field = a // Code } init { a = 2 }