summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-tags.check
Commit message (Collapse)AuthorAgeFilesLines
* additional class tags for reflection APIEugene Burmako2014-02-141-0/+1
Introduces a test that iterates all abstract types in reflection API and makes sure that every one of them has an associated class tag. After being introduced, the test has immediately failed exposing the lack of tags for TreeCopier, Mirror and RuntimeClass, which has been subsequently fixed in this commit.