aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1722/Test.scala
blob: f236d3fdc40d48ad6451f23c2669f125dca30cfc (plain) (blame)
1
2
3
4
5
package t1722

object Test {
  val x = new AnyRef with C
}