[Mono-bugs] [Bug 67992][Nor] Changed - When the identifier is forgotten, MCS raises an undiserable exception.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Oct 2004 13:51:06 -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 felipe.lessa@gmail.com.

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

--- shadow/67992	2004-10-11 13:49:11.000000000 -0400
+++ shadow/67992.tmp.20995	2004-10-11 13:51:06.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian GNU/Linux Unstable+Experimental as of 09 October
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: felipe.lessa@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -59,6 +59,19 @@
 ii  mono-gac       1.0.1-1        Mono GAC Tool
 ii  mono-jay       1.0.1-1        LALR(1) parser generator oriented to Java/.N
 ii  mono-jit       1.0.1-1        fast CLI (.NET/Mono) JIT compiler
 ii  mono-mcs       1.0.1-1        the Mono C# compiler
 ii  mono-utils     1.0.1-1        Mono utilities
 ii  mono-xsp       1.0-3          simple web server to run ASP.NET application
+
+------- Additional Comments From felipe.lessa@gmail.com  2004-10-11 13:51 -------
+Sorry, forgot about putting an example:
+
+public class Test {
+    public static void Main(string[] args) {
+    }
+
+    public static void Error(string[] Array, ref Int) {
+        string String = Array[Int];
+    }
+}
+