alexander.asanov
fun some() { val state: Int = -1 synchronized(this) { state = this.state } print(state) }