aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/t1843-variances.scala
Commit message (Collapse)AuthorAgeFilesLines
* Negtests with // error commentsvsalvis2016-02-181-1/+1
|
* Enabled variance checkingMartin Odersky2014-08-031-0/+25
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.