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