aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/function-arity.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix pos testMartin Odersky2016-02-161-1/+1
| | | | Former test no longer allowed after conforms/compatible change.
* Add more pos and neg testsMartin Odersky2016-02-161-0/+2
| | | | Tests suggested by @retronym's comments on issue #897.
* Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+18
Implements SIP #897.