class A { @property:JsName("x_") @get:JsName("getX_") val x: Int = 0 @get:JsName("getY_") var y: Int = 0 }