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