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