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.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
index 2479af69c0..aaac0d613e 100644
--- a/test/files/jvm/protectedacc.check
+++ b/test/files/jvm/protectedacc.check
@@ -1,9 +1,12 @@
10
meth1(1) = 2
+meth1(1.0) = 2.0
meth2(1)(1) = prefix: 0
meth2(1)(1) = prefix: 0
meth3 = class [I
100 = 100
+id(1) = 1
+id('a') = a
count before: 3
count after: 4
10