summaryrefslogtreecommitdiff
path: root/test/files/run/multi-array.scala
Commit message (Collapse)AuthorAgeFilesLines
* 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).