summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-constructormirror-inner-badpath.scala
Commit message (Collapse)AuthorAgeFilesLines
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-021-1/+1
| | | | | | | This renaming arguably makes the intent of `asType` more clear, but more importantly it shaves 6 symbols off pervasive casts that are required to anything meaningful with reflection API (as in mirror.reflectMethod(tpe.member(newTermName("x")).asMethodSymbol)).
* tests and fixes for the mirror APIEugene Burmako2012-06-081-0/+32