summaryrefslogtreecommitdiff
path: root/test/files/run/bug3175.scala
Commit message (Collapse)AuthorAgeFilesLines
* During my last look at r21224 I noticed what mu...Paul Phillips2010-03-211-0/+11
| | | | | | | | | During my last look at r21224 I noticed what must be a long standing bug in Array.update handling. Fixing this probably never to be noticed corner case (see bug3175.scala) seduced me into drumming out some duplication. At least we got some nice commenting out of it. Review by dubochet.
* Some work on the Array methods as they manifest...Paul Phillips2010-03-201-0/+44
Some work on the Array methods as they manifest in refinement types: tightening when Array code is generated and also what code is generated. Review by dubochet.