class Ticket1909 (x: Int) { def this() = this({ def bar() = 5 bar }) }