summaryrefslogtreecommitdiff
path: root/test/files/neg/t6558.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-111-3/+3
| | | | | | | Looks like the change in 25ecde037f22ff no longer forced lazy annotations for some of the cases. Also removed forcing for PackageDef annotations as we currently don't support them.
* Split test case to workaround incomplete error report.Jason Zaugg2012-12-031-3/+3
| | | | | Reporting some errors prevents reporting others. This residual issue had been lodged as SI-6758.
* SI-6558 Expand test case for annotation typosJason Zaugg2012-12-021-4/+10
|
* Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-021-0/+4
Make context for typing lazy annotations always non-silent. If lazy annotation info was created in local (silent) context, error could go unnoticed because later they would still use silent typer for typing the annotation.