summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_typecheck_macrosdisabled2.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-02-07 18:41:48 +0100
committerEugene Burmako <xeno.by@gmail.com>2014-02-15 09:32:24 +0100
commit1039174a73fd8e0d88a6f9a1eb23be34fec71b99 (patch)
tree6794636ed4f8a1b3cef11f13330d6ae09219d754 /test/files/run/toolbox_typecheck_macrosdisabled2.check
parent1dda1760113f782ffbcf10f0ca7b9e4f8817a62a (diff)
downloadscala-1039174a73fd8e0d88a6f9a1eb23be34fec71b99.tar.gz
scala-1039174a73fd8e0d88a6f9a1eb23be34fec71b99.tar.bz2
scala-1039174a73fd8e0d88a6f9a1eb23be34fec71b99.zip
renames some methods in ReificationSupport
As per Denys's request, renames methods in ReificationSupport that are eponymous to methods in Universe, so that we don't get nasty name intersections. This change is not source/binary-compatible, because we don't make any promises about the contents of the build API. Feedback welcome.
Diffstat (limited to 'test/files/run/toolbox_typecheck_macrosdisabled2.check')
-rw-r--r--test/files/run/toolbox_typecheck_macrosdisabled2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/toolbox_typecheck_macrosdisabled2.check b/test/files/run/toolbox_typecheck_macrosdisabled2.check
index ca56dd44ac..86f89504d1 100644
--- a/test/files/run/toolbox_typecheck_macrosdisabled2.check
+++ b/test/files/run/toolbox_typecheck_macrosdisabled2.check
@@ -19,7 +19,7 @@
def apply[U <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.Mirror[U]): U#Tree = {
val $u: U = $m$untyped.universe;
val $m: $u.Mirror = $m$untyped.asInstanceOf[$u.Mirror];
- $u.Apply.apply($u.Select.apply($u.internal.reificationSupport.Ident($m.staticModule("scala.Array")), $u.TermName.apply("apply")), scala.collection.immutable.List.apply[$u.Literal]($u.Literal.apply($u.Constant.apply(2))))
+ $u.Apply.apply($u.Select.apply($u.internal.reificationSupport.mkIdent($m.staticModule("scala.Array")), $u.TermName.apply("apply")), scala.collection.immutable.List.apply[$u.Literal]($u.Literal.apply($u.Constant.apply(2))))
}
};
new $treecreator1()