summaryrefslogtreecommitdiff
path: root/test/files/run/t6591_7.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6591_7.scala')
-rw-r--r--test/files/run/t6591_7.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t6591_7.scala b/test/files/run/t6591_7.scala
index 7313a3400d..914842e613 100644
--- a/test/files/run/t6591_7.scala
+++ b/test/files/run/t6591_7.scala
@@ -16,8 +16,8 @@ object Test extends App {
// println(expr.eval)
freeTerms(expr.tree) foreach (ft => {
// blocked by SI-7104, though it's not the focus of this test
- // therefore I'm just commenting out the call to typeSignature
- // println(s"name = ${ft.name}, sig = ${ft.typeSignature}, stable = ${ft.isStable}")
+ // therefore I'm just commenting out the call to info
+ // println(s"name = ${ft.name}, sig = ${ft.info}, stable = ${ft.isStable}")
println(s"name = ${ft.name}, stable = ${ft.isStable}")
})
}