summaryrefslogblamecommitdiff
path: root/test/files/run/t5527.check
blob: cae1a8019991aa364621a8bc8a9e59e8b68bb2b8 (plain) (tree)



















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