summaryrefslogtreecommitdiff
path: root/test/files/pos/t1722/Test.scala
blob: 5685d8f40a76abe76768bdcb456af0d49020a9c7 (plain) (blame)
1
2
3
4
5
package t1722

object Test {
  val x = new AnyRef with C 
}