aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/SI-7638a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-091-10/+10
|
* Fix isUnboundedGeneric for alias types.Martin Odersky2014-12-191-0/+52
Fixes problem in test case SI-7638a.scala which gave an override error before.