summaryrefslogtreecommitdiff
path: root/test/files/neg/names-defaults-neg.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed #2290 and #2325Lukas Rytz2009-09-241-10/+1
|
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+1
|
* added "diagnostic" to context.Lukas Rytz2009-07-011-0/+3
|
* Enhanced error message when a type error is bec...Paul Phillips2009-06-301-2/+2
| | | | | | Enhanced error message when a type error is because of identically named classes, one in scala.* and one not.
* small fix to named argumentsLukas Rytz2009-06-251-20/+24
|
* named arguments only at top level in () paramet...Lukas Rytz2009-06-251-20/+29
| | | | | named arguments only at top level in () parameters.
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-201-15/+26
| | | | | | improvements to names / defaults (implicits, type of defaults, #2064, ...)
* allow using named / default arguments in self- ...Lukas Rytz2009-06-151-14/+2
| | | | | | 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/+6
|
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-16/+8
| | | | | | named argument disallowed when assignment expression would typecheck. minor fixe to names / defaults.
* Named and default argumentsLukas Rytz2009-05-301-0/+108
- MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"