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