summaryrefslogtreecommitdiff
path: root/test/neg/bug122.check
blob: 9c4927188225b067e90decaca7f59cfc38883b77 (plain) (blame)
1
2
3
4
5
6
7
bug122.scala:2: recursive value v$ needs type
  val List(v:int,2) = List(2,v:int); 
      ^
bug122.scala:3: recursive value ds$0$ needs type
  val Pair(a:int,b:int) = Pair(1,a);
      ^
two errors found