summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-7367.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-251-0/+25
Scaladoc only checks primary constructor when building annotation model. Here we instead find the constructor matching the annotation's symbol. Also change TreeFactory.makeTree to return TreeEntity rather than Option[TreeEntity] and force the caller check for EmptyTree.