summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2006-10-26 16:31:23 +0000
committerIulian Dragos <jaguarul@gmail.com>2006-10-26 16:31:23 +0000
commit17aff1c1fbfefe1e261af6cf08ca5fceac32f1c7 (patch)
tree05e09938108c9cc4265b30ce67305c4328fc207b /test/files/jvm/protectedacc.check
parentfab8b6d5c116571824fb32ef1c7f01f33e13cd01 (diff)
downloadscala-17aff1c1fbfefe1e261af6cf08ca5fceac32f1c7.tar.gz
scala-17aff1c1fbfefe1e261af6cf08ca5fceac32f1c7.tar.bz2
scala-17aff1c1fbfefe1e261af6cf08ca5fceac32f1c7.zip
Fixed accessors for functions which access prot...
Fixed accessors for functions which access protected members.
Diffstat (limited to 'test/files/jvm/protectedacc.check')
-rw-r--r--test/files/jvm/protectedacc.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
index 632c9dabe7..9fce0faf7c 100644
--- a/test/files/jvm/protectedacc.check
+++ b/test/files/jvm/protectedacc.check
@@ -1,6 +1,7 @@
10
meth1(1) = 2
meth2(1)(1) = 2
+meth3 = class [I
10++ = 11
count before: 3
count after: 4