summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
blob: 9fce0faf7c9431d9ae19e83fdf85b250f740639c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
10
meth1(1) = 2
meth2(1)(1) = 2
meth3 = class [I
10++ = 11
count before: 3
count after: 4
10
meth1(1) = 2
meth2(1)(1) = 2
10++ = 11