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