summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked-impossible.check
blob: 0ab371dbaa4ee4e2ad99bd2aaa2b5fd1f293ba58 (plain) (blame)
1
2
3
4
unchecked-impossible.scala:5: error: fruitless type test: a value of type T2[Int,Int] cannot also be a Seq[A]
    case Seq(x) =>
            ^
one error found