summaryrefslogtreecommitdiff
path: root/test/files/run/t6260.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-6260Martin Odersky2012-09-201-0/+1
Guards against bridge methods that clash with other methods. Two tests: The neg test is the original ticket. The run test tweaks things slightly so that the generated bridge method does not clash, and tests that the necessary unboxings are indeed performed at runtime.