summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
blob: d36d85fef87b231c88b921e5a5f7acc11c3d4e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
meth1(1) = 2
meth2(1)(1) = 10
100 = 100
Foo