summaryrefslogtreecommitdiff
path: root/test/files/neg/bug122.check
blob: 0ab336bd438cbd55e0e878e156c861a35997eb35 (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