summaryrefslogtreecommitdiff
path: root/test/files/run/t3425b
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3425b')
-rw-r--r--test/files/run/t3425b/Base_1.scala2
-rw-r--r--test/files/run/t3425b/Generated_2.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t3425b/Base_1.scala b/test/files/run/t3425b/Base_1.scala
index 5a660a89b2..bdbc124d29 100644
--- a/test/files/run/t3425b/Base_1.scala
+++ b/test/files/run/t3425b/Base_1.scala
@@ -80,7 +80,7 @@ object Gen {
| 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)
| }
|}
""".stripMargin.trim
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)
}
}