scalacenter / scala

The Scala programming language

Home Page:http://www.scala-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle annotations on parents of a template

bishabosha opened this issue · comments

currently there is no interception of annotations by readParentFromTerm, which leads to the partial readTerm implementation being reached and causing crashes if complex trees are involved

since annotations can appear anywhere, there should really be a single handling of annotations, no special case is required for parents