aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/B.scala
Commit message (Collapse)AuthorAgeFilesLines
* Compute type params in namer without completing the whole infoMartin Odersky2016-01-161-0/+6
Type params should be computed before computing the whole info of a type. Without the patch we get a cyclic reference in the compileMixed test. Note that compileIndexedSeq does not pass with this commit (it passed before), this is fixed in the next commit.