summaryrefslogtreecommitdiff
path: root/test/files/run/t6223.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-131-0/+11
This change fixes a situation in which method calls aren't being properly specialized. All the existing tests pass; in addition, it likely fixes other specialization bugs (and improves performance of specialized code). Also includes a small regression test.