summaryrefslogtreecommitdiff
path: root/test/files/run/compiler-asSeenFrom.scala
Commit message (Collapse)AuthorAgeFilesLines
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-021-9/+9
| | | | | | | 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)).
* Testing compiler asSeenFrom directly.Paul Phillips2012-03-161-0/+122
It's more of a "dump what it says to a file so we'll know if any of this ever changes" than a "test" per se. It could use some wheat/chaff/nonsense/sense sorting. Still, it would be great to have more stuff like this.