aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/NoCyclicReference.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix NoCyclicReference testMartin Odersky2014-12-191-0/+7
The problem was that, unlike a classDefSig, a higher-kinded typeDefSig did not get a preset info with its type parameters. So any type-application of the defined type in its bounds would fail.