From 5acac4d806eb45afdf1e7716c727a97130b69651 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 7 Jun 2012 22:05:34 +0200 Subject: TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTag This protects everyone from the confusion caused by stuff like this: https://issues.scala-lang.org/browse/SI-5884 --- .../run/macro-expand-implicit-macro-defeats-type-inference.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check') diff --git a/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check b/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check index 08f7cb9e3e..5af32f38e0 100644 --- a/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check +++ b/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check @@ -1,6 +1,6 @@ openImplicits are: List() enclosingImplicits are: List((List[Int],scala.this.Predef.implicitly[List[Int]])) -typetag is: ConcreteTypeTag[Nothing] +typetag is: TypeTag[Nothing] openImplicits are: List() enclosingImplicits are: List((List[String],Test.this.bar[String])) -typetag is: ConcreteTypeTag[Nothing] +typetag is: TypeTag[Nothing] -- cgit v1.2.3