[Mono-dev] CS0136 Error - C# parser bug (master)

Tom Philpot tom.philpot at logos.com
Wed Dec 15 13:27:37 EST 2010


The following code gives a CS0136 error when it shouldn't (running today's git master)

namespace N
{
public class C
{
public event EventHandler MyDelegate = delegate { };

internal void DoSomething (bool bValue)
{
if (!bValue)
{
}
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101215/fba505f1/attachment.html 


More information about the Mono-devel-list mailing list