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