summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_restrictions.flags
Commit message (Collapse)AuthorAgeFilesLines
* Test cases for SAM restrictions.Jason Zaugg2013-10-171-0/+1
Only one seems to indicate something new: ((x: Int) => 0): NonClassType I believe that we shouldn't pursue SAM translation for that case, and fallthrough to Function1. That would allow for an implicit view to finish the job.