aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/function-arity.scala
Commit message (Collapse)AuthorAgeFilesLines
* Strengthen requirement for auto-tuplingMartin Odersky2016-02-161-0/+4
| | | | | | | Was: corresponding parameter types "are compatible". Now: corresponding parameter types "conform". This avoids the inconsistency mentioned by @retronym in #897.
* Add more pos and neg testsMartin Odersky2016-02-161-1/+3
| | | | Tests suggested by @retronym's comments on issue #897.
* Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+22
Implements SIP #897.