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