summaryrefslogtreecommitdiff
path: root/test/files/neg/t0503.check
blob: 51e5bbeda6f7128be527258403182440aa02cfad (plain) (blame)
1
2
3
4
5
6
7
t0503.scala:1: error: expected class or object definition
val x = new { } with { }
^
t0503.scala:3: error: expected class or object definition
val y = new { } with A
^
two errors found