[[syntax trees at end of specialize]] // newSource1.scala package { class Foo extends Object { def (): Foo = { Foo.super.(); () }; private[this] val f: String => String = { final def $anonfun$f(param: String): String = param; ((param: String) => $anonfun$f(param)) }; def f(): String => String = Foo.this.f } }