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