summaryrefslogblamecommitdiff
path: root/test/files/run/toolbox_parse_package.check
blob: 46465980a0e83748853b199278329d0d782efd3a (plain) (tree)
1
2
3
4
5
6
7
8







                                   
package foo {
  object bar extends scala.AnyRef {
    def <init>() = {
      super.<init>();
      ()
    }
  }
}