[Mono-list] mcs won't allow implementation of interfaces with static methods

Serge serge@wildwestsoftware.com
Thu, 15 Aug 2002 13:42:26 +0300


> It's true that CSC is also broken, but that's no excuse for mcs to be
> broken as well ;-)

Perhaps.
BTW, JSC and VBC both can handle this case properly.
Though static members are only accessible via interface itself,
they are not visible as members of a class that implements this interface.

Sergey