summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
Commit message (Collapse)AuthorAgeFilesLines
* Some repl cleanups and debugging conveniences.Paul Phillips2010-02-211-1/+1
|
* Named and default argumentsLukas Rytz2009-05-301-1/+1
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* 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.