summaryrefslogtreecommitdiff
path: root/test/files/neg/t0503.scala
blob: 322e1ad132d76ab21eafa4f45fe2b65ec2aafca2 (plain) (blame)
1
2
3
val x = new { } with { }
trait A
val y = new { } with A