summaryrefslogtreecommitdiff
path: root/test/files/run/reify_ann4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_ann4.scala')
-rw-r--r--test/files/run/reify_ann4.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/reify_ann4.scala b/test/files/run/reify_ann4.scala
index b4845d1586..58c8c2c521 100644
--- a/test/files/run/reify_ann4.scala
+++ b/test/files/run/reify_ann4.scala
@@ -19,6 +19,7 @@ object Test extends App {
// test 2: import and typecheck
val toolbox = cm.mkToolBox()
val ttree = toolbox.typeCheck(tree)
+ ttree.foreach(sub => if (sub.hasSymbol) sub.symbol.typeSignature)
println(ttree.toString)
// test 3: import and compile