aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/tycons.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests to survive wellformedness checksMartin Odersky2015-10-221-1/+1
|
* Fix and enable RefChecksMartin Odersky2014-08-131-2/+2
| | | | RefChecks is now enabled. Some of the tests had to be fixed to be refchecks-correct.
* Avoid classtype checking for refinements.Martin Odersky2014-05-301-0/+22
In a refinement type T { R } we do not need T to be a class. But analyzing the refeinement type will create a temporary class type. This refinement class has to be treated specially in what concerns parent types.