class Outer { inner class Inner(val x: Int) { constructor() : this(0) } }