[Mono-bugs] [Bug 42597][Nor] Changed - definite assignment checks wrt. nested structs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 18 May 2003 14:58:04 -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=42597

--- shadow/42597	Sat May 17 10:39:07 2003
+++ shadow/42597.tmp.6928	Sun May 18 14:58:04 2003
@@ -11,13 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs fails to compile pinvoke11.cs
+Summary: definite assignment checks wrt. nested structs
 
 Latest mcs fails to compile the mono/mono/tests/pinvoke11.cs test:
 
 pinvoke11.cs(66) error CS0165: Use of unassigned local variable `s3'
 
 MS csc compiles it just fine.