summaryrefslogtreecommitdiff
path: root/test/files/run/t0677.scala
Commit message (Collapse)AuthorAgeFilesLines
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-8/+0
| | | | | * all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-2/+1
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* 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.