summaryrefslogtreecommitdiff
path: root/test/files/pos/t7551/Test.scala
Commit message (Collapse)AuthorAgeFilesLines
* For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-281-0/+5
Skipping other annotations not only saves some cycles / GC, but also prevents some spurious warnings / errors related to cyclic dependencies when parsing annotation arguments refering to members of the class.