summaryrefslogtreecommitdiff
path: root/test/files/run/names-defaults.check
Commit message (Collapse)AuthorAgeFilesLines
* fixes names/defaults when using :_* for specify...Lukas Rytz2010-08-051-0/+10
| | | | | | fixes names/defaults when using :_* for specifying repeated parameters. close #3697, no review.
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-0/+3
| | | | | | added @deprecatedName annotation, allowing to deprecate parameter names. review by prokopec.
* removed integration of placeholder syntax and n...Lukas Rytz2010-06-161-18/+3
| | | | | | removed integration of placeholder syntax and named arguments. review by odersky
* Removing defaultGetter field from TermSymbols.Lukas Rytz2010-01-281-0/+1
|
* close #2929.Lukas Rytz2010-01-251-0/+1
|
* fix #2488.Lukas Rytz2009-11-121-0/+4
|
* fix #2268Lukas Rytz2009-09-111-0/+5
|
* minor cleanups for named argsLukas Rytz2009-06-301-0/+1
|
* named arguments only at top level in () paramet...Lukas Rytz2009-06-251-0/+4
| | | | | named arguments only at top level in () parameters.
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-201-1/+8
| | | | | | improvements to names / defaults (implicits, type of defaults, #2064, ...)
* allow using named / default arguments in self- ...Lukas Rytz2009-06-151-1/+6
| | | | | | allow using named / default arguments in self- and super constructor calls. fixes #2050 and #2052.
* removed code for parsing old pickle format.Lukas Rytz2009-06-031-1/+2
|
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-0/+4
| | | | | | named argument disallowed when assignment expression would typecheck. minor fixe to names / defaults.
* Named and default argumentsLukas Rytz2009-05-301-0/+90
- MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"