When exactly is a sym marked as STATIC?
Aha, so it also affects members - this is what caused my problems. By the way, why?
On 31 March 2012 11:04, martin odersky <martin....@epfl.ch> wrote:
On Sat, Mar 31, 2012 at 11:03 AM, Eugene Burmako <eugene....@epfl.ch> wrote:
When exactly is a sym marked as STATIC?
If it's a member of a toplevel object, or of an object contained in a toplevel object, or any number of levels deep.Cheers- Martin