summaryrefslogtreecommitdiff
path: root/test/pending/run/t5225_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5225_1.scala')
-rw-r--r--test/pending/run/t5225_1.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pending/run/t5225_1.scala b/test/pending/run/t5225_1.scala
new file mode 100644
index 0000000000..454502e810
--- /dev/null
+++ b/test/pending/run/t5225_1.scala
@@ -0,0 +1,8 @@
+import scala.reflect._
+import scala.reflect.api._
+
+object Test extends App {
+ println(scala.reflect.Code.lift{
+ @transient @volatile var x = 2
+ }.tree.toString)
+} \ No newline at end of file