summaryrefslogtreecommitdiff
path: root/test/files/pos/sammy_extends_function.scala
Commit message (Collapse)AuthorAgeFilesLines
* SAM for subtypes of FunctionNLukas Rytz2016-08-261-0/+4
only exclude FunctionN types themselves from SAM, don't exclude their subtypes; we want e.g. trait T extends Function1[String, String] (x => x) : T to compile reference: https://github.com/scala/scala-dev/issues/206