summaryrefslogtreecommitdiff
path: root/test/files/run/static-annot-repl.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-4581.Aleksandar Prokopec2012-08-271-3/+9
| | | | | | | Specifically, the final flag on the generated static field is no longer ommitted. Fix 2 failing test-cases.
* Fixes SI-6189.Aleksandar Prokopec2012-08-171-0/+32
Disable @static for the REPL code. The problem is that there are no companion classes generated for objects that contain the top-level declarations in the REPL. When there is no companion class, the selecting a @static field will translate to a getter call, instead of to a field load.