summaryrefslogtreecommitdiff
path: root/test/files/run/t9489/test.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-271-0/+10
Otherwise, we can end up with a subtle source incompatibility with the pre-SAM regime. Arguably we should phase out eta expansion to Function0 as well, but I'll leave that for another day.