summaryrefslogtreecommitdiff
path: root/test/pending/run/t5256h.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5256h.scala')
-rw-r--r--test/pending/run/t5256h.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/pending/run/t5256h.scala b/test/pending/run/t5256h.scala
deleted file mode 100644
index 4f9b8faf71..0000000000
--- a/test/pending/run/t5256h.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import scala.reflect.mirror._
-
-object Test extends App {
- val mutant = new { val x = 2 }
- val c = classToType(mutant.getClass)
- println(c)
- println(c.typeSymbol == classToSymbol(mutant.getClass))
-}