summaryrefslogtreecommitdiff
path: root/test/files/run/multi-array.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-2/+2
| | | | | | | 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
|
* refined implicit resolution.Martin Odersky2009-09-281-0/+1
|
* new arrays are done.Martin Odersky2009-09-211-0/+13
|
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-12/+0
| | | | | | | 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 multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-231-0/+12
Added multidimensional arrays (up to 9 dimensions).