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