summaryrefslogtreecommitdiff
path: root/test/files/run/t7570a.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-241-0/+1
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.