summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closure6.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_closure6.scala')
-rw-r--r--test/pending/run/reify_closure6.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pending/run/reify_closure6.scala b/test/pending/run/reify_closure6.scala
index 909071aa44..43ddfde28d 100644
--- a/test/pending/run/reify_closure6.scala
+++ b/test/pending/run/reify_closure6.scala
@@ -10,6 +10,8 @@ object Test extends App {
val fun: reflect.Code[Int => Int] = x => {
y += 1
q += 1
+ println("q = " + q)
+ println("y = " + y)
x + ys.length * z + q + y
}