From 287b935ea3986cf837aed88daaeaa1bee467685e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 27 Sep 2011 12:12:57 +0000 Subject: Correcting resolution of top-level objects in r... Correcting resolution of top-level objects in reflection. --- test/disabled/run/code.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/disabled/run/code.scala b/test/disabled/run/code.scala index 7074943206..1a9c97177d 100644 --- a/test/disabled/run/code.scala +++ b/test/disabled/run/code.scala @@ -10,7 +10,7 @@ object Test extends App { } CodeTest(foo(List(2)), args) CodeTest({() => val e = Element("someName"); e}, args) -// CodeTest({() => val e = InnerElement("someName"); e}, args) // (does not work yet) + CodeTest({() => val e = InnerElement("someName"); e}, args) // (does not work yet) def titi() = { var truc = 0 CodeTest(() => { -- cgit v1.2.3