aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5225_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5225_2.scala')
-rw-r--r--tests/pending/run/t5225_2.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/run/t5225_2.scala b/tests/pending/run/t5225_2.scala
deleted file mode 100644
index 54e7fec1f..000000000
--- a/tests/pending/run/t5225_2.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-import scala.reflect.runtime.universe._
-
-object Test extends dotty.runtime.LegacyApp {
- val tree = reify{def foo(@annotation.elidable(0) x: Int) = ""}.tree
- println(tree.toString)
-}