From 3b4dc75710ac51de729224929690422d1b44e3ad Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 17 Oct 2013 19:12:59 +0200 Subject: deprecates raw tree manipulation facilities in macros.Context --- test/files/run/t7047/Impls_Macros_1.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t7047/Impls_Macros_1.scala') diff --git a/test/files/run/t7047/Impls_Macros_1.scala b/test/files/run/t7047/Impls_Macros_1.scala index 2992e3efe4..a5d55c3a42 100644 --- a/test/files/run/t7047/Impls_Macros_1.scala +++ b/test/files/run/t7047/Impls_Macros_1.scala @@ -12,7 +12,7 @@ object Macros { } catch { case _: Exception => } - c.literalNull + c.Expr[Null](Literal(Constant(null))) } def foo = macro impl -- cgit v1.2.3