summaryrefslogtreecommitdiff
path: root/test/files/run/t5256g.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5256g.scala')
-rw-r--r--test/files/run/t5256g.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5256g.scala b/test/files/run/t5256g.scala
index 358c18601a..2d4c1b5068 100644
--- a/test/files/run/t5256g.scala
+++ b/test/files/run/t5256g.scala
@@ -9,5 +9,5 @@ object Test extends App {
val c = cm.classSymbol(mutant.getClass)
println(c)
println(c.fullName)
- println(c.typeSignature)
+ println(c.info)
}