summaryrefslogtreecommitdiff
path: root/test/files/run/classmanifests_new_core.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classmanifests_new_core.scala')
-rw-r--r--test/files/run/classmanifests_new_core.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/classmanifests_new_core.scala b/test/files/run/classmanifests_new_core.scala
new file mode 100644
index 0000000000..63dbfab25c
--- /dev/null
+++ b/test/files/run/classmanifests_new_core.scala
@@ -0,0 +1,4 @@
+object Test extends App {
+ println(classManifest[Int])
+ println(classManifest[Int] eq Manifest.Int)
+} \ No newline at end of file