summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-privatethis.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-251-1/+1
|
* definitive way to learn if a symbol is a val/varEugene Burmako2012-08-271-1/+1
| | | | | I think `isVal` and `isVar` are the right names, because they exactly map on Scala syntax.
* 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-2/+2
|
* fixes some issues with reflectField brought up todayEugene Burmako2012-06-081-0/+19