[Issue 660] Incorrect protection error message

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=660


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|ASSIGNED|NEW


--- Comment #2 from Don clugd...@yahoo.com.au 2012-02-01 22:32:25 PST ---
This is actually a bit worse. If you swap the order of the private static
and public virtual foo, it compiles!

class A
{
private static void foo(int i) {}
public void foo() {}
}

class B
{
void bar(int x)
{
   A.foo (x);
}
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 660] Incorrect protection error message

2010-11-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=660


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|bugzi...@digitalmars.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---