summaryrefslogtreecommitdiff
path: root/test/files/run/static-annot-repl.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-6189.Aleksandar Prokopec2012-08-171-0/+22
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.