summaryrefslogtreecommitdiff
path: root/test/files/run/bug363.scala
Commit message (Collapse)AuthorAgeFilesLines
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-031-0/+9
| | | | | | Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
* Today's frustration commit! Disables all forwar...Paul Phillips2009-03-311-9/+0
| | | | | | | Today's frustration commit! Disables all forwarders including main until we can figure out how to avoid #1795, and reverts ostensible fix for #1240 to avoid #1840, #1842, and the rest of the gang.
* Look for main method in companion object and ad...Paul Phillips2009-02-191-0/+9
Look for main method in companion object and add a static forwarder to companion class if possible + test case; fixes bug #363.