summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1024.check
blob: 74ff9836473810e5bd85bc766bd51e87add779fd (plain) (blame)
1
2
3
4
bug1024.scala:2: error: type _ escapes its defining scope as part of type (scala.List[_], scala.Int)
  val (a: List[_], b) = (List(1 ,2 ,3 ), 4)
      ^
one error found