summaryrefslogtreecommitdiff
path: root/test/pending/pos/treecheckers/c6.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/treecheckers/c6.scala')
-rw-r--r--test/pending/pos/treecheckers/c6.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/pending/pos/treecheckers/c6.scala b/test/pending/pos/treecheckers/c6.scala
deleted file mode 100644
index 8283655f3a..0000000000
--- a/test/pending/pos/treecheckers/c6.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-object Test6 {
- import scala.reflect.ClassTag
- def f[T: ClassTag] = implicitly[ClassTag[T]].runtimeClass match { case x => x }
-}