From 399bd6240f775583ee9709311bd0b02e8359c15c Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 20 Mar 2012 10:35:10 -0700 Subject: Never write final fields outside of constructors. Closes SI-3569, SI-3770. Also threw in experimental -Yoverride-vars. It's not robust. --- test/files/run/finalvar.check | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/finalvar.check (limited to 'test/files/run/finalvar.check') diff --git a/test/files/run/finalvar.check b/test/files/run/finalvar.check new file mode 100644 index 0000000000..2496293972 --- /dev/null +++ b/test/files/run/finalvar.check @@ -0,0 +1,6 @@ +(2,2,2,2,1) +(2,2,2,2) +(2,2,2,2,1001) +(2,2,2,2) +2 +10 -- cgit v1.2.3