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