summaryrefslogtreecommitdiff
path: root/test/files/jvm/protectedacc.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-11-21 14:28:19 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-11-21 14:28:19 +0000
commite32400681a1370b5279afdae3a5501311a6bc340 (patch)
tree153114fe793141a0a7cab4025de7864236d6a27b /test/files/jvm/protectedacc.check
parent1bdf2c4ebf0a863756192d4879102710e839fec2 (diff)
downloadscala-e32400681a1370b5279afdae3a5501311a6bc340.tar.gz
scala-e32400681a1370b5279afdae3a5501311a6bc340.tar.bz2
scala-e32400681a1370b5279afdae3a5501311a6bc340.zip
Fixed ticket #10
Diffstat (limited to 'test/files/jvm/protectedacc.check')
-rw-r--r--test/files/jvm/protectedacc.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/jvm/protectedacc.check b/test/files/jvm/protectedacc.check
index 2479af69c0..aaac0d613e 100644
--- a/test/files/jvm/protectedacc.check
+++ b/test/files/jvm/protectedacc.check
@@ -1,9 +1,12 @@
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