summaryrefslogtreecommitdiff
path: root/test/files/run/t5907.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-051-0/+31
`copy` no longer returns anonymous functions if there are multiple parameter lists, reverts most of 40e7cab7a2. Cleaned up the special type completer for copy methods.