summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-311-1/+0
| | | | | are always allowed on types.
* Merge from the annots-normtrees branch.Lex Spoon2007-11-281-0/+103
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.