summaryrefslogtreecommitdiff
path: root/test/files/run/reify_ann1b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_ann1b.scala')
-rw-r--r--test/files/run/reify_ann1b.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/reify_ann1b.scala b/test/files/run/reify_ann1b.scala
index 3e0d3e0802..eb00b4cb10 100644
--- a/test/files/run/reify_ann1b.scala
+++ b/test/files/run/reify_ann1b.scala
@@ -21,6 +21,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