summaryrefslogtreecommitdiff
path: root/test/files/run/interop_classmanifests_arepartially_typetags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interop_classmanifests_arepartially_typetags.scala')
-rw-r--r--test/files/run/interop_classmanifests_arepartially_typetags.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/files/run/interop_classmanifests_arepartially_typetags.scala b/test/files/run/interop_classmanifests_arepartially_typetags.scala
deleted file mode 100644
index 9bc1f32e86..0000000000
--- a/test/files/run/interop_classmanifests_arepartially_typetags.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-object Test extends App {
- def classManifestIspartiallyTypeTag[T: ClassManifest] = {
- println(typeTag[T].tpe)
- println(typeTag[T].erasure)
- }
-
- classManifestIspartiallyTypeTag[Int]
- classManifestIspartiallyTypeTag[String]
- classManifestIspartiallyTypeTag[Array[Int]]
-} \ No newline at end of file