summaryrefslogtreecommitdiff
path: root/test/files/run/macro-typecheck-macrosdisabled.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-27 12:27:52 -0700
committerEugene Burmako <xeno.by@gmail.com>2012-09-27 12:27:52 -0700
commit6b630ebb57306572e176a646e5bec7f3132ff18e (patch)
tree13d7657a501645355df9d7aa376f2daafc65f962 /test/files/run/macro-typecheck-macrosdisabled.check
parent1518604f72de56f05bfa95cd59ed39326178b042 (diff)
parentee1ca007c73d941c88c893637263b7d4b5fc842e (diff)
downloadscala-6b630ebb57306572e176a646e5bec7f3132ff18e.tar.gz
scala-6b630ebb57306572e176a646e5bec7f3132ff18e.tar.bz2
scala-6b630ebb57306572e176a646e5bec7f3132ff18e.zip
Merge pull request #1402 from scalamacros/topic/reflection
reflection and macro cleanup
Diffstat (limited to 'test/files/run/macro-typecheck-macrosdisabled.check')
-rw-r--r--test/files/run/macro-typecheck-macrosdisabled.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/macro-typecheck-macrosdisabled.check b/test/files/run/macro-typecheck-macrosdisabled.check
index 719c6a2ef2..29a881f8b1 100644
--- a/test/files/run/macro-typecheck-macrosdisabled.check
+++ b/test/files/run/macro-typecheck-macrosdisabled.check
@@ -7,7 +7,7 @@
$treecreator1.super.<init>();
()
};
- def apply[U >: Nothing <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.MirrorOf[U]): U#Tree = {
+ def apply[U >: Nothing <: 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.Literal.apply($u.Constant.apply(2))
@@ -20,7 +20,7 @@
$typecreator2.super.<init>();
()
};
- def apply[U >: Nothing <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.MirrorOf[U]): U#Type = {
+ def apply[U >: Nothing <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.Mirror[U]): U#Type = {
val $u: U = $m$untyped.universe;
val $m: $u.Mirror = $m$untyped.asInstanceOf[$u.Mirror];
$u.ConstantType.apply($u.Constant.apply(2))