summaryrefslogtreecommitdiff
path: root/test/files/run/classtags_use_concretetypetags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classtags_use_concretetypetags.scala')
-rw-r--r--test/files/run/classtags_use_concretetypetags.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/run/classtags_use_concretetypetags.scala b/test/files/run/classtags_use_concretetypetags.scala
deleted file mode 100644
index 57e7085cec..0000000000
--- a/test/files/run/classtags_use_concretetypetags.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends App {
- def foo[T: ConcreteTypeTag] = Array[T]()
-} \ No newline at end of file