miha-x64
object SomeObject { var someVar = 10 } fun whatever() { with (SomeObject) { someVar = 20 } }