summaryrefslogtreecommitdiff
path: root/test/files/neg/interop_erasuretags_arenot_classmanifests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/interop_erasuretags_arenot_classmanifests.scala')
-rw-r--r--test/files/neg/interop_erasuretags_arenot_classmanifests.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/neg/interop_erasuretags_arenot_classmanifests.scala b/test/files/neg/interop_erasuretags_arenot_classmanifests.scala
deleted file mode 100644
index cf7d1ac257..0000000000
--- a/test/files/neg/interop_erasuretags_arenot_classmanifests.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-object Test extends App {
- def erasureTagIsnotClassManifest[T: ErasureTag] = {
- println(classManifest[T])
- }
-
- erasureTagIsnotClassManifest[Int]
- erasureTagIsnotClassManifest[String]
- erasureTagIsnotClassManifest[Array[Int]]
-} \ No newline at end of file