summaryrefslogtreecommitdiff
path: root/test/files/pos/t3676.scala
Commit message (Collapse)AuthorAgeFilesLines
* closes #3676: cycle detection logic in BaseType...Adriaan Moors2010-08-101-0/+5
closes #3676: cycle detection logic in BaseTypeSeq's should not overwrite elements in the BTS for cycle detection as these markers may be witnessed by callbacks in mergePrefixAndArgs now using a mutable bitset to keep track of which computations are pending -- benchmarked for speed, memory consumption not checked review by odersky