summaryrefslogtreecommitdiff
path: root/test/files/pos/bug4840.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-13/+0
|
* Fix/workaround for inliner bug uncovered by fin...Paul Phillips2011-07-271-0/+13
Fix/workaround for inliner bug uncovered by finalizing Option methods. Something in the backend is leaving open but empty blocks in the worklist. Rather than freaking out at the merest mention of an empty block, I quietly remove the empty ones. A proper fix will involve not leaving empty blocks lying around but we're on a schedule here people. Review by dragos.