summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_2.scala')
-rw-r--r--test/files/run/t5271_2.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t5271_2.scala b/test/files/run/t5271_2.scala
index 9820ebe692..af6491407c 100644
--- a/test/files/run/t5271_2.scala
+++ b/test/files/run/t5271_2.scala
@@ -9,4 +9,5 @@ object Test extends App {
val toolbox = mkToolBox()
println(code.tree)
+ println(code.eval)
}