summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-repl.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5947 works around getDeclaredClassesEugene Burmako2012-08-081-9/+0
| | | | | | | | | | | Our name mangling scheme w.r.t stuff nested into objects conflicts with JVM's ideas of beauty, which messes up getDeclaredClasses. Scala reflection needs getDeclaredClasses to convert between Scala and Java, so the situation looked grim. Greg suggested a workaround described in: https://issues.scala-lang.org/browse/SI-4023?focusedCommentId=54759#comment-54759. Luckily the workaround worked!
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-1/+1
| | | | | this uncovers a bug in toolboxes: https://issues.scala-lang.org/browse/SI-6007 however that bug is not critical, so it will be dealt with later
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-0/+9