summaryrefslogtreecommitdiff
path: root/test/files/run/t2418.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-07-26 10:16:29 -0700
committerJames Iry <jamesiry@gmail.com>2013-01-31 08:48:51 -0800
commit243cedecda536d2d49fd64a19a9862fd26fe07f6 (patch)
tree0e3420f4702295d796270b084e5ad02b3f9ad596 /test/files/run/t2418.check
parent42c4cc7a1eed222a1593c6ac2652cd5357c2897a (diff)
downloadscala-243cedecda536d2d49fd64a19a9862fd26fe07f6.tar.gz
scala-243cedecda536d2d49fd64a19a9862fd26fe07f6.tar.bz2
scala-243cedecda536d2d49fd64a19a9862fd26fe07f6.zip
[backport] Removed restriction on final vars, SI-2418.
Backport of b79c7600544db9964c228b94a2f70f3ed854f89b 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.
Diffstat (limited to 'test/files/run/t2418.check')
-rw-r--r--test/files/run/t2418.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t2418.check b/test/files/run/t2418.check
new file mode 100644
index 0000000000..f599e28b8a
--- /dev/null
+++ b/test/files/run/t2418.check
@@ -0,0 +1 @@
+10