summaryrefslogtreecommitdiff
path: root/test/files/neg/bug563.check
blob: b88c949883e3d936c2feb36faf4c64ef3d218ec6 (plain) (blame)
1
2
3
4
5
6
7
8
bug563.scala:5: warning: for (val x <- ... ) has been deprecated; use for (x <- ... ) instead
        for (val n <- sn)
             ^
bug563.scala:6: error: missing parameter type
            map(n,ptr => new Cell(ptr.elem));
                  ^
one warning found
one error found