summaryrefslogtreecommitdiff
path: root/test/files/neg/bug935.check
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-7/+0
|
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-061-2/+2
| | | | | | | Moved ClassfileAnnotation/StaticAnnotation/Annotation/TypeConstraint into scala.annotation and enabled the deprecated type aliases in scala.* to point there. Also enclosed is a new starr to bootstrap. No review.
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
|
* Continuation of r17177 to also check type annot...Paul Phillips2009-02-231-1/+4
| | | | | | Continuation of r17177 to also check type annotations; test case broadened accordingly.
* Fix and test case for #935; added test in RefCh...Paul Phillips2009-02-231-0/+4
Fix and test case for #935; added test in RefChecks to confirm that parameterized annotations conform to type bounds.