summaryrefslogtreecommitdiff
path: root/test/files/specialized/SI-5005.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prevent extaneous output in SI-5005Vlad Ureche2012-02-161-1/+5
|
* Added test files to verify previous commit.Erik Osheim2012-02-151-0/+23
Tests scalac -optimize -Xprint:specialize -Ylog:inliner output to verify that final/@inline + specialization are being handled correctly (that is, the original class' specialized methods should not be final/@inline, but its specialized subclass' should be). This test was written by Vlad Ureche based on the bug report in SI-5005.