summaryrefslogtreecommitdiff
path: root/test/files/run/t0677.scala
Commit message (Collapse)AuthorAgeFilesLines
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-1/+4
| | | | | | | added manifests to most parts of standard library which deal with arrays. One test is temporarily disabled, as it shows a deep problem with multi-dimensional arrays (which was present all along).
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-211-0/+6
added tests; fixed #903; made Predef.Map covariant in second parameter.