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