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