summaryrefslogtreecommitdiff
path: root/test/files/specialized/SI-5005.check
Commit message (Collapse)AuthorAgeFilesLines
* New starr to support new fundamental laws of reality.Paul Phillips2012-03-141-2/+2
| | | | | | | | | | And grueling recovery from branch drift. Merges a portion (and only a portion) of topic/inline into master. The major changes which come with this merge are: AnyVal is unsealed, can be extended directly. ScalaObject is no longer with us.
* Added test files to verify previous commit.Erik Osheim2012-02-151-0/+33
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.