summaryrefslogtreecommitdiff
path: root/test/files/run/t7045.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7045.scala')
-rw-r--r--test/files/run/t7045.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7045.scala b/test/files/run/t7045.scala
index f41baca05e..5b31a8b779 100644
--- a/test/files/run/t7045.scala
+++ b/test/files/run/t7045.scala
@@ -7,6 +7,6 @@ class D { self: C => }
object Test extends App {
val d = cm.staticClass("D")
println(d.selfType)
- d.typeSignature
+ d.info
println(d.selfType)
} \ No newline at end of file