aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/inferOverloaded.scala
Commit message (Collapse)AuthorAgeFilesLines
* Extend argument pretyping to case-closuresMartin Odersky2017-02-211-5/+5
|
* Add overloading support for case-closuresMartin Odersky2017-02-211-0/+41
case-closures (which are represented as Match nodes) have a known arity just like other function literals. So shape analysis for overloading resolution should apply to them as well.