[[syntax trees at end of parser]]// Scala source: newSource1 package { abstract trait Test extends scala.ScalaObject { def $init$() = { () }; def sth: scala.Unit = { /** Some comment here */ object Maybe extends scala.ScalaObject { def () = { super.(); () }; /** Some comment inside */ def nothing() = () }; () } } }