summaryrefslogtreecommitdiff
path: root/test/files/run/t3425b/Generated_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3425b/Generated_2.scala')
-rw-r--r--test/files/run/t3425b/Generated_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3425b/Generated_2.scala b/test/files/run/t3425b/Generated_2.scala
index f1699636f6..d08f17e8b2 100644
--- a/test/files/run/t3425b/Generated_2.scala
+++ b/test/files/run/t3425b/Generated_2.scala
@@ -881,6 +881,6 @@ object Test {
sshow("Reflective Calls", fcalls collect { case (true, n) => n })
// For a good time try printing this - have to fix bugs in
// reflection before that's going to be a good idea
- // println(typeOf[Test.type].typeSymbol.asClass.typeSignature)
+ // println(typeOf[Test.type].typeSymbol.asClass.info)
}
}