summaryrefslogtreecommitdiff
path: root/test/files/run/t5256e.check
Commit message (Collapse)AuthorAgeFilesLines
* tests and fixes for the mirror APIEugene Burmako2012-06-081-3/+3
|
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-2/+6
|
* Hardens classToType logicEugene Burmako2012-02-011-0/+2
Reflection now correctly processes classes, objects and inner classes that are declared in classes and objects. However classToType still crashes on compound types and local classes. For more information on those, follow the links: * Compound types: https://issues.scala-lang.org/browse/SI-5430 * Local classes: https://issues.scala-lang.org/browse/SI-5431 Fixes https://issues.scala-lang.org/browse/SI-5256. Review by @paulp, @odersky.