aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i583a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make asSeenFrom idempotentMartin Odersky2015-12-211-0/+12
| | | | | | Let asSeenFrom generate a marker annotated type for any unsafe instantiation. Then cleanup in typedSelect.
* Deskolemize types inferred for vals and defsMartin Odersky2015-06-061-0/+20
We want to establish the invariant (optionally checked by assertNoSkolems) that symbols do not contain skolemized types as their info. This avoids unsoundness situations where a skolem gets exported as part if the result type of a method, so different instantiations look like their are the same instance.