aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i0583-skolemize.scala
Commit message (Collapse)AuthorAgeFilesLines
* Negtests with // error commentsvsalvis2016-02-181-2/+2
|
* Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-0/+27
Skolemize unstable prefixes in asSeenFrom provided - the prefix appears at least once in non-variant or contra-variant position - we are in phase typer. After typer, we have already established soundness, so there's no need to do skolemization again. We can simply do the (otherwise unsound) substitution from this-type to prefix.