https://bugzilla.novell.com/show_bug.cgi?id=355137
Summary: *mcs erroneously reports CS1002
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
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) {
}
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs