summaryrefslogtreecommitdiff
path: root/test/files/run/t0677.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* 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.