aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/annot-bootstrap.scala
Commit message (Collapse)AuthorAgeFilesLines
* More careful usage of unforced decls in classes.Martin Odersky2014-12-181-0/+8
1) Rename `decls` to `unforcedDecls` to make it clear that it is danegrous to use. 2) Prefer `info.decls` over `unforcedDecls`. This fixes the problem reported in #305 where the primary constructor was not found.