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