Bug 355137 - *mcs erroneously reports CS1002
Summary: *mcs erroneously reports CS1002
Status: RESOLVED DUPLICATE of bug 314903
Alias: None
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: SVN
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 16:29 UTC by Geoff Norton
Modified: 2008-01-21 16:32 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Norton 2008-01-21 16:29:42 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) {
                }
        }
}
Comment 1 Marek Safar 2008-01-21 16:32:31 UTC

*** This bug has been marked as a duplicate of bug 314903 ***