summaryrefslogblamecommitdiff
path: root/test/files/neg/bug563.check
blob: 0f2eac240ed2bc386b016665e55be1eb27f0421f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                                                                                                    
bug563.scala:6 error: missing parameter type
            map(n,ptr => new Cell(ptr.elem));
                  ^
bug563.scala:6 error: no type parameters for method map: (scala.List[A],(A) => R)scala.List[R] exist so that it can be applied to arguments (scala.List[scala.Cell[scala.Int]],(<error>) => <error>)
 --- because ---
result type scala.List[R] is incompatible with expected type scala.Unit
            map(n,ptr => new Cell(ptr.elem));
            ^
two errors found