summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/protectedacc.check')
-rw-r--r--test/files/jvm/protectedacc.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
new file mode 100644
index 0000000000..632c9dabe7
--- /dev/null
+++ b/test/files/jvm/protectedacc.check
@@ -0,0 +1,10 @@
+10
+meth1(1) = 2
+meth2(1)(1) = 2
+10++ = 11
+count before: 3
+count after: 4
+10
+meth1(1) = 2
+meth2(1)(1) = 2
+10++ = 11