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