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