From e398de4a703f5ebad7282977b2240670a8b797f8 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 6 Sep 2012 12:51:55 +0200 Subject: removes Type.isConcrete This method was no longer used anywhere, except for a place where it wasn't really necessary. Its implementation is non-trivial, and I have doubts about it, so I propose to remove it altogether instead of living with some dubious code necessary for some dubious matter. --- test/files/run/macro-expand-tparams-prefix-a.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/macro-expand-tparams-prefix-a.check') diff --git a/test/files/run/macro-expand-tparams-prefix-a.check b/test/files/run/macro-expand-tparams-prefix-a.check index 6c23b47d64..6a7f9c5f52 100644 --- a/test/files/run/macro-expand-tparams-prefix-a.check +++ b/test/files/run/macro-expand-tparams-prefix-a.check @@ -1,4 +1,4 @@ TypeTag[Int] TypeTag[Int] -TypeTag[String] +AbsTypeTag[String] TypeTag[Boolean] -- cgit v1.2.3