class C(y: Int) { def this() = { this(1); return null; } }