summaryrefslogtreecommitdiff
path: root/test/files/run/interop_manifests_are_concretetypetags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interop_manifests_are_concretetypetags.scala')
-rw-r--r--test/files/run/interop_manifests_are_concretetypetags.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/run/interop_manifests_are_concretetypetags.scala b/test/files/run/interop_manifests_are_concretetypetags.scala
deleted file mode 100644
index 85ad748173..0000000000
--- a/test/files/run/interop_manifests_are_concretetypetags.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import scala.reflect.runtime.universe._
-
-object Test extends App {
- def manifestIsConcreteTypeTag[T: Manifest] = {
- println(implicitly[ConcreteTypeTag[T]].tpe)
- }
-
- manifestIsConcreteTypeTag[Int]
- manifestIsConcreteTypeTag[String]
- manifestIsConcreteTypeTag[Array[Int]]
-} \ No newline at end of file