summaryrefslogblamecommitdiff
path: root/test/files/neg/bug414.check
blob: dc6f636ff8d8d06e124ce53716cd0df2cfdec9c2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                  
bug414.scala:5 error: stable identifier required, but Empty found.
                case Empty =>
                     ^
bug414.scala:7 error: type mismatch;
 found   : scala.Unit
 required: a
                case _ =>
                       ^
two errors found