summaryrefslogtreecommitdiff
path: root/test/files/run/bitsets.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-07 17:42:17 +0000
committermichelou <michelou@epfl.ch>2007-03-07 17:42:17 +0000
commit687e65fb3c45ba90a6ce00d59b84c54918ea89cd (patch)
tree008dbde95c38c40933a268c8f1147c63b4d52f0e /test/files/run/bitsets.check
parent198906fb11ee6a5848381ffea95d17003992799f (diff)
downloadscala-687e65fb3c45ba90a6ce00d59b84c54918ea89cd.tar.gz
scala-687e65fb3c45ba90a6ce00d59b84c54918ea89cd.tar.bz2
scala-687e65fb3c45ba90a6ce00d59b84c54918ea89cd.zip
fixed 2 bugs in classs BitSet and added scalado...
fixed 2 bugs in classs BitSet and added scaladoc comment methods isInstanceOf and synchronized
Diffstat (limited to 'test/files/run/bitsets.check')
-rw-r--r--test/files/run/bitsets.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/bitsets.check b/test/files/run/bitsets.check
new file mode 100644
index 0000000000..31b718b19d
--- /dev/null
+++ b/test/files/run/bitsets.check
@@ -0,0 +1,9 @@
+s0 = Set()
+s1 = Set(2)
+s2 = Set(2)
+xs0 = List()
+xs1 = List(2)
+xs2 = List(2)
+ys0 = List(0)
+ys1 = List(4)
+ys2 = List(4)