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