summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-java-annotations.check
Commit message (Collapse)AuthorAgeFilesLines
* refactors java reflection testsEugene Burmako2012-09-171-22/+1
| | | | All javac-produced artifacts are now placed into test/files/lib
* SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-171-1/+1
| | | | | Enum members are static and, therefore, they need to be looked up in classSymbol(<enum>).companionModule, rather than in classSymbol(<enum>).
* SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-161-0/+22
Except for one thingie: java enums are currently not understood by Scala reflection, hence they aren't yet supported in annotations.