summaryrefslogtreecommitdiff
path: root/test/files/run/mirror_symbolof_x.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-25 16:01:10 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-25 16:01:10 +0100
commit4e3f290e375e7c99cfbf80be9559212fc158481c (patch)
treecc622b21e2d32585eaa968bc82c2f7b7e20cc9f7 /test/files/run/mirror_symbolof_x.check
parent49f54abed4f82d9b58f416915edaaea889734344 (diff)
parentf9a5880bf82b71174eb3dbd6b67646bbc27a975a (diff)
downloadscala-4e3f290e375e7c99cfbf80be9559212fc158481c.tar.gz
scala-4e3f290e375e7c99cfbf80be9559212fc158481c.tar.bz2
scala-4e3f290e375e7c99cfbf80be9559212fc158481c.zip
Merge pull request #3636 from xeno-by/topic/mirror-typeof
introduces Mirror.typeOf
Diffstat (limited to 'test/files/run/mirror_symbolof_x.check')
-rw-r--r--test/files/run/mirror_symbolof_x.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/mirror_symbolof_x.check b/test/files/run/mirror_symbolof_x.check
new file mode 100644
index 0000000000..cc9cad7a13
--- /dev/null
+++ b/test/files/run/mirror_symbolof_x.check
@@ -0,0 +1,13 @@
+class Int
+object C
+type T
+type Id
+class Nothing
+class Null
+class Int
+object C
+type T
+type Id
+class Nothing
+class Null
+exception: class C not found.