summaryrefslogtreecommitdiff
path: root/test/files/run/Meter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and a couple checkfile updates.Paul Phillips2012-03-141-6/+6
|
* Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-191-15/+40
|
* New FlatArray scheme for handling value classes.Martin Odersky2012-02-171-12/+21
|
* New scheme for "Rows" of value classes.Martin Odersky2012-02-151-28/+12
|
* Changed array erasure scheme to never unbox elements of inline classes.Martin Odersky2012-02-151-16/+18
|
* Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-141-0/+41
| | | | | | Conflicts: test/files/run/Meter.scala
* Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-141-0/+1
|
* Setting up things to demonstrate a swallowed type error in manifest generation.Martin Odersky2012-02-131-0/+2
|
* All steps of value class proposal implemented. Most restrictions are now ↵Martin Odersky2012-02-131-1/+20
| | | | enforced. Super calls and specialized still missing.
* Added test case.Martin Odersky2012-02-071-0/+19