summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1565.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-181-0/+18
Fix and test case for #1565; an anonymous function can now be used as a statement (primarily for use in the interpreter) unless it cannot be distinguished from a self-type declaration.