[Mono-bugs] [Bug 47991][Wis] Changed - CS0136: `int x; void Foo () { x = 9; int x = 8; }'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 09:18:38 -0500 (EST)


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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47991

--- shadow/47991	2005-03-29 02:35:27.000000000 -0500
+++ shadow/47991.tmp.3582	2005-03-29 09:18:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 47991
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 040 One week
 Priority: Wishlist
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
@@ -78,6 +78,9 @@
    public void Test () {
      y ();
      int y = 5;
    }
 }
 ===
+
+------- Additional Comments From rharinath@novell.com  2005-03-29 09:18 -------
+Fixed in SVN.