summaryrefslogtreecommitdiff
path: root/test/files/pos/t6034.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-0/+1
My summary in the ticket was incorrect. The problem was that the class type parameters were being cloned for the method and being allowed to keep their variance. I threw in an assertion for anyone attempting to create a method type with variant type parameters, because hey, why should we allow such madness.