summaryrefslogtreecommitdiff
path: root/test/pending/run/t5722.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5722.scala')
-rw-r--r--test/pending/run/t5722.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pending/run/t5722.scala b/test/pending/run/t5722.scala
deleted file mode 100644
index 21ace060d6..0000000000
--- a/test/pending/run/t5722.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test extends App {
- def foo[T: ClassTag] = println(classOf[T])
- foo[Int]
- foo[Array[Int]]
- foo[List[Int]]
-} \ No newline at end of file