summaryrefslogtreecommitdiff
path: root/test/files/pos/cyclics.scala
Commit message (Collapse)AuthorAgeFilesLines
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-161-2/+21
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-151-0/+7
Fixed an ambiguity problem with implcits, and a spurious cyclic reference error mentioned by Jorge. Tightened overriding checks (test case is new collection libraries).