summaryrefslogtreecommitdiff
path: root/test/files/run/bug3487.scala
Commit message (Collapse)AuthorAgeFilesLines
* An object with a main method can now extend its...Paul Phillips2010-10-141-0/+15
An object with a main method can now extend its companion class without losing the ability to run. Also gave genjvm a wax and polish while in the neigborhood. Closes #3487. I had to get a little tricky with this one. No review per se, but if anyone is frightened by the prospect of the forwarders not being marked final in this case (because as of now, they aren't) then speak now or ACC_FINAL hold your peace.