Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82659 --- shadow/82659 2007-09-02 09:20:47.000000000 -0400 +++ shadow/82659.tmp.6009 2007-09-02 09:20:47.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 82659 +Product: Mono: Compilers +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Invalid CS0642 warning + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. + + +public class C +{ + static int[] data; + public static void Main () + { + int v; + for (v = 1; v >= 0; v--); + uint[] b = null; + } +} + + +Actual Results: + +?.cs(8,13): warning CS0642: Possible mistaken empty statement + + +Expected Results: + +No CS0642 warning + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
