summaryrefslogtreecommitdiff
path: root/test/files/run/t2418.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed restriction on final vars, SI-2418.Paul Phillips2012-07-261-0/+10
The original fix for SI-2418 excluded final vars entirely, but the problem was not final vars per se, but the emission of ACC_FINAL in combination with ACC_VOLATILE. Since vars never get ACC_FINAL now, this is no longer an issue.