From 1d53b2ba45cba536c3369e7b8c300666c603d460 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Wed, 19 Jun 2013 16:33:19 +0200 Subject: SI-7570 top-level codegen for toolboxes Provides a way to inject top-level classes, traits and modules into toolbox universes. Previously that was impossible, because compile and eval both wrap their arguments into an enclosing method of a synthetic module, which makes it impossible to later on refer to any definitions from the outside. --- test/files/run/t7570a.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t7570a.check (limited to 'test/files/run/t7570a.check') diff --git a/test/files/run/t7570a.check b/test/files/run/t7570a.check new file mode 100644 index 0000000000..3cc58df837 --- /dev/null +++ b/test/files/run/t7570a.check @@ -0,0 +1 @@ +C -- cgit v1.2.3