summaryrefslogtreecommitdiff
path: root/test/files/neg/bug414.check
blob: 3396a803f1f4b0db8372a0a01220186cd9f3116e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bug414.scala:5: error: pattern type is incompatibe with expected type;
 found   : object Empty
 required: IntMap[a]
                case Empty =>
                     ^
bug414.scala:7: error: type mismatch;
 found   : Unit
 required: a
                case _ =>
                       ^
two errors found