summaryrefslogtreecommitdiff
path: root/test/files/run/SymbolsTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Trying to get the test to pass on the server.Aleksandar Pokopec2009-11-201-1/+18
|
* Commented out anonymous function invocation for...Aleksandar Pokopec2009-11-201-8/+8
| | | | | | Commented out anonymous function invocation for which Hudson was complaining it couldn't find the classdef.
* Changes made in the clean up phase - now the sy...Aleksandar Pokopec2009-11-201-0/+266
Changes made in the clean up phase - now the symbols get interned during classload for each symbol literal - references to them reside in static fields. These static fields get initialized in static constructors - the java backend will now identify ctors with static flags and generate a static initializer containing the necessary code.