summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1565.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.
* 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.