summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
Commit message (Collapse)AuthorAgeFilesLines
* some small changes to implicits handling, exist...Martin Odersky2009-04-231-4/+4
| | | | | | some small changes to implicits handling, existential abstraction, type parameter bounds checking
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-161-1/+1
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* Merge from the annots-normtrees branch.Lex Spoon2007-11-281-0/+136
now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.