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