Bugzilla – Bug 355137
*mcs erroneously reports CS1002
Last modified: 2008-01-21 16:32:31 UTC
The following snippet compiles fine on ms's compiler: using System; public class T { public void A () { int a = 0; int b = 0; int c = 0; if (a >= 0 && b + 4 < c >> 3) { } } }
*** This bug has been marked as a duplicate of bug 314903 ***