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