[Mono-bugs] [Bug 69917][Nor] Changed - [GMCS] Array.Resize arguments not infered

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 16:08:24 -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 martin@ximian.com.

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

--- shadow/69917	2004-11-25 12:55:34.000000000 -0500
+++ shadow/69917.tmp.3367	2004-11-25 16:08:24.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69917
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,9 @@
 
 [benm@omega benm]$ gmcs arr-resize.cs
 ALPHA SOFTWARE: Mono C# Compiler 1.1.2.0 for Generics
 arr-resize.cs(7) error CS0411: The type arguments for method `Resize'
 cannot be infered from the usage. Try specifying the type arguments explicitly.
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin@ximian.com  2004-11-25 16:08 -------
+Fixed in SVN.