aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5419.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5419.scala')
-rw-r--r--tests/pending/run/t5419.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/run/t5419.scala b/tests/pending/run/t5419.scala
deleted file mode 100644
index e0ee02a5c..000000000
--- a/tests/pending/run/t5419.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import scala.reflect.runtime.universe._
-
-class Foo extends annotation.StaticAnnotation
-
-object Test extends dotty.runtime.LegacyApp {
- val tree = reify{(5: @Foo).asInstanceOf[Int]}.tree
- println(tree.toString)
-}