summaryrefslogtreecommitdiff
path: root/test/files/run/t6023.check
blob: ee93565234a0f2a684e7bb6a4481907865bdb945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  abstract trait Foo extends AnyRef {
    <stable> <accessor> def a: Int
  };
  ()
}
{
  abstract trait Foo extends AnyRef {
    <stable> <accessor> def a: Int
  };
  ()
}