summaryrefslogtreecommitdiff
path: root/test/files/run/t1195-new.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1195-new.scala')
-rw-r--r--test/files/run/t1195-new.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1195-new.scala b/test/files/run/t1195-new.scala
index 4f068c7d42..fcb80082a2 100644
--- a/test/files/run/t1195-new.scala
+++ b/test/files/run/t1195-new.scala
@@ -11,7 +11,7 @@ object Test {
val g1 = g()
val h1 = h()
- def m[T: WeakTypeTag](x: T) = println(weakTypeOf[T] + ", underlying = " + weakTypeOf[T].typeSymbol.typeSignature)
+ def m[T: WeakTypeTag](x: T) = println(weakTypeOf[T] + ", underlying = " + weakTypeOf[T].typeSymbol.info)
def main(args: Array[String]): Unit = {
m(f)