From 02fb34822b599043b5707c78addc63dcd1c947cf Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 7 Mar 2012 13:04:45 -0800 Subject: Fix for public final fields. References SI-3569. Probably needs refinement. --- test/files/run/t3569.check | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/files/run/t3569.check (limited to 'test/files/run/t3569.check') diff --git a/test/files/run/t3569.check b/test/files/run/t3569.check new file mode 100644 index 0000000000..aa19916324 --- /dev/null +++ b/test/files/run/t3569.check @@ -0,0 +1,14 @@ +1 +private final int Test$X.x2 +private final int Test$X.x3 +private final int Test$X.x5 +private final int Test$X.x6 +private final int Test$X.x7 +private int Test$X.x4 +private volatile int Test$X.bitmap$priv$0 +public int Test$X.x +public volatile int Test$X.bitmap$0 +private int Test$Y.z1 +public int Test$Y.x +public int Test$Y.y +public int Test$Y.z2 -- cgit v1.2.3