summaryrefslogtreecommitdiff
path: root/test/files/neg/t6680c.check
blob: 7a749de1f2091fe0cf6585c0852720fc61d24aaf (plain) (blame)
1
2
3
4
5
6
t6680c.scala:15: error: type mismatch;
 found   : String("a string!")
 required: S
    res match { case Unfold(s, f) => f("a string!") }
                                       ^
one error found