open class BaseThing { private var _x = 1 public var x : Int { return _x } public init() {} }