[Mono-bugs] [Bug 58670][Min] Changed - Incorrect error message when accessing name defined only in a child block.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 May 2004 12:56:20 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/58670	2004-05-18 15:51:27.000000000 -0400
+++ shadow/58670.tmp.12983	2004-05-22 12:56:20.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 58670
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: FC2, x86
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: shaver@off.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Incorrect error message when accessing name defined only in a child block.
@@ -42,6 +42,9 @@
 }
 
 produces (correctly, IMO):
 
 undeclared-child-block.cs(6) error CS0103: The name `j' could not be found
 in `Test'
+
+------- Additional Comments From martin@ximian.com  2004-05-22 12:56 -------
+Easy.