aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/desugar.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type params in testMartin Odersky2015-12-061-1/+1
|
* Fix and enable RefChecksMartin Odersky2014-08-131-17/+20
| | | | RefChecks is now enabled. Some of the tests had to be fixed to be refchecks-correct.
* Checking for double definitions among class definitions.Martin Odersky2013-12-161-1/+1
| | | | | | Also fixes to typedReturn. Adapted tests accordingly.
* Last fixes to desugar.Martin Odersky2013-12-081-1/+27
|
* Fixes to desugaring of for-expressions with embedded aliases.Martin Odersky2013-12-081-5/+22
|
* Better reporting for pattern matching errors.Martin Odersky2013-12-081-2/+6
|
* Fixes for translation of pattern definitions (PatDef)Martin Odersky2013-12-071-0/+2
|
* Fixes for desugarings of case classes.Martin Odersky2013-12-071-1/+10
| | | | Also: Standardized on selectorName; Translate $init$ to <init> when unpickling.
* Fixing expansion and merge companion defs.Martin Odersky2013-12-061-0/+14
|
* Fixes to named and default arguments.Martin Odersky2013-12-051-0/+13
Now come with test cases.