summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2006-11-09 16:06:18 +0000
committerIulian Dragos <jaguarul@gmail.com>2006-11-09 16:06:18 +0000
commitf7e5d9d0af7a5af7b7caabef75dcea0e2b27971e (patch)
treecf0ae0265d87016c5e3c590651990ab67ccc3303 /test/files/jvm/protectedacc.check
parentaa93e6f3b8686f20e6d16e177e5ec1e24d588096 (diff)
downloadscala-f7e5d9d0af7a5af7b7caabef75dcea0e2b27971e.tar.gz
scala-f7e5d9d0af7a5af7b7caabef75dcea0e2b27971e.tar.bz2
scala-f7e5d9d0af7a5af7b7caabef75dcea0e2b27971e.zip
Fixed bugs in protected accessors.
Diffstat (limited to 'test/files/jvm/protectedacc.check')
-rw-r--r--test/files/jvm/protectedacc.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
index ae0f39b997..2479af69c0 100644
--- a/test/files/jvm/protectedacc.check
+++ b/test/files/jvm/protectedacc.check
@@ -1,12 +1,12 @@
10
meth1(1) = 2
-meth2(1)(1) = 2
-meth2(1)(1) = 2
+meth2(1)(1) = prefix: 0
+meth2(1)(1) = prefix: 0
meth3 = class [I
-10++ = 11
+100 = 100
count before: 3
count after: 4
10
meth1(1) = 2
-meth2(1)(1) = 2
-10++ = 11
+meth2(1)(1) = 10
+100 = 100