aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/variances.scala
Commit message (Collapse)AuthorAgeFilesLines
* merge variances and VariancesMartin Odersky2016-03-311-0/+15
|
* Negtests with // error commentsvsalvis2016-02-181-2/+2
|
* Enabled variance checkingMartin Odersky2014-08-031-0/+44
Variance checking is now run as part of type-checking. Fixed tests that exhibited variance errors. Added tests where some classes of variance errors should be detected.