summaryrefslogtreecommitdiff
path: root/test/files/neg/bug910.check
blob: ffb07faf2a030577fec0795b24f26f42aa9b7443 (plain) (blame)
1
2
3
4
5
6
bug910.scala:4: error: type mismatch;
 found   : Seq[Char]
 required: Seq[int]
    val y: Seq[int] = rest
                      ^
one error found