summaryrefslogtreecommitdiff
path: root/test/files/run/spec-init.scala
Commit message (Collapse)AuthorAgeFilesLines
* When was the last time -Xcheckinit was run? It ...Paul Phillips2010-12-111-2/+1
| | | | | | | | | | When was the last time -Xcheckinit was run? It must have been a long time. All these changes are to address bugs revealed by -Xcheckinit, mostly in test cases, some in the compiler. I'm guessing the partest -Xcheckinit runs are hanging the first time they run into a failure, so if it starts "working" again after this commit don't get too confident. No review.
* Fixed broken test file. No review.Iulian Dragos2010-04-271-1/+1
|
* Fixed construction of specialized classes in th...Iulian Dragos2010-04-271-0/+41
Fixed construction of specialized classes in the presence of side-effects and non-trivial initializers. Review by odersky.