{ case class C extends Product with Serializable { val foo: Int = _; val bar: Int = _; def (foo: Int, bar: Int) = { super.(); () } }; () } ()