summaryrefslogtreecommitdiff
path: root/test/files/run/empty-array.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-3/+3
| | | | This reverts most of commit 9d84e89d2 .
* Added constant empty array to the companion objects.Paul Phillips2012-09-141-0/+8
Because there are lots of times when you just need an array and shouldn't have to allocate one every time or pick a random spot to cache yet another empty array.