summaryrefslogtreecommitdiff
path: root/test/files/run/classof.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-17 15:04:41 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-17 15:04:41 +0000
commit3e58057fd1dd2149b5c63ad053986948fe2da691 (patch)
treed06b65f4fe78ad7d65bea46043781187a462bc6d /test/files/run/classof.check
parent154a80dda6a853e25ac7a01e7a13552a3b32ee41 (diff)
downloadscala-3e58057fd1dd2149b5c63ad053986948fe2da691.tar.gz
scala-3e58057fd1dd2149b5c63ad053986948fe2da691.tar.bz2
scala-3e58057fd1dd2149b5c63ad053986948fe2da691.zip
Fixed classOf problems (issues #841, #876).
Updated manifests.check to reflect the new way 'void' is represented.
Diffstat (limited to 'test/files/run/classof.check')
-rw-r--r--test/files/run/classof.check23
1 files changed, 22 insertions, 1 deletions
diff --git a/test/files/run/classof.check b/test/files/run/classof.check
index e9a8fd6b76..af7082f5b8 100644
--- a/test/files/run/classof.check
+++ b/test/files/run/classof.check
@@ -1 +1,22 @@
-SomeClass
+Value types:
+void
+boolean
+byte
+short
+char
+int
+long
+float
+double
+Class types
+class SomeClass
+class scala.List
+class scala.Tuple2
+Arrays:
+class [Lscala.runtime.BoxedUnit;
+class [I
+class [D
+class [Lscala.List;
+Functions:
+interface scala.Function2
+interface scala.Function1