summaryrefslogtreecommitdiff
path: root/test/files/jvm/t2585
Commit message (Collapse)AuthorAgeFilesLines
* Re-enabling the disabled signature test along w...Paul Phillips2011-03-062-0/+41
| | | | | | | Re-enabling the disabled signature test along with changes which allow it to pass. Closes #4238 again, no review. (But would anyone like to expand the signature tests? Great idea, extempore!)
* Reverting some recent signature code and tempor...Paul Phillips2011-03-042-41/+0
| | | | | | | Reverting some recent signature code and temporarily disabling a test so I can work this out without shattering the tranquility of the build. No review.
* closes #2585: generate more precise Java generi...Adriaan Moors2009-11-202-0/+41
closes #2585: generate more precise Java generic signatures for classes nested in parametric outer classes fix based on review by Martin baseType is your friend