summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2006-10-26 13:45:28 +0000
committerIulian Dragos <jaguarul@gmail.com>2006-10-26 13:45:28 +0000
commit3f8b526dd8375edf30ac8e8236ae6ca195d4990a (patch)
tree193c615c00d53a7de46f8b4626088f799194a7a0 /test/files/jvm/protectedacc.check
parent2fd723d1cdcfb7435f2fa947acff6eaf308ba778 (diff)
downloadscala-3f8b526dd8375edf30ac8e8236ae6ca195d4990a.tar.gz
scala-3f8b526dd8375edf30ac8e8236ae6ca195d4990a.tar.bz2
scala-3f8b526dd8375edf30ac8e8236ae6ca195d4990a.zip
Added protected accessors in super accessors.
Diffstat (limited to 'test/files/jvm/protectedacc.check')
-rw-r--r--test/files/jvm/protectedacc.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
new file mode 100644
index 0000000000..632c9dabe7
--- /dev/null
+++ b/test/files/jvm/protectedacc.check
@@ -0,0 +1,10 @@
+10
+meth1(1) = 2
+meth2(1)(1) = 2
+10++ = 11
+count before: 3
+count after: 4
+10
+meth1(1) = 2
+meth2(1)(1) = 2
+10++ = 11