summaryrefslogtreecommitdiff
path: root/test/files/run/t5224.check
blob: 5bead91b36722873d03db6ca9e91e67403b1d4b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  @new Foo(bar = "qwe") class C extends Object with ScalaObject {
    def <init>() = {
      super.<init>();
      ()
    }
  };
  ()
}