summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-tparams-implicit.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-06 12:51:55 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-06 15:32:06 +0200
commite398de4a703f5ebad7282977b2240670a8b797f8 (patch)
tree23421721d84be7275f3e4dd086ecbb306c439544 /test/files/run/macro-expand-tparams-implicit.check
parentadf2d3632b07eef4fc2303aef994e66584a73f49 (diff)
downloadscala-e398de4a703f5ebad7282977b2240670a8b797f8.tar.gz
scala-e398de4a703f5ebad7282977b2240670a8b797f8.tar.bz2
scala-e398de4a703f5ebad7282977b2240670a8b797f8.zip
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.
Diffstat (limited to 'test/files/run/macro-expand-tparams-implicit.check')
-rw-r--r--test/files/run/macro-expand-tparams-implicit.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-expand-tparams-implicit.check b/test/files/run/macro-expand-tparams-implicit.check
index 80c6b826ba..1c1a785706 100644
--- a/test/files/run/macro-expand-tparams-implicit.check
+++ b/test/files/run/macro-expand-tparams-implicit.check
@@ -1,2 +1,2 @@
TypeTag[Int]
-TypeTag[String]
+AbsTypeTag[String]