[Mono-bugs] [Bug 62910][Cri] Changed - missing method Microsoft.VisualBasic.CompilerServices.Utils.CopyArray(Array arySrc, Array aryDest)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Aug 2004 03:03:38 -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 jwezel@compumaster.de.
http://bugzilla.ximian.com/show_bug.cgi?id=62910
--- shadow/62910 2004-08-17 20:32:29.000000000 -0400
+++ shadow/62910.tmp.15090 2004-08-18 03:03:38.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62910
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: VB Runtime
AssignedTo: mono-bugs@ximian.com
ReportedBy: smeegoan@yahoo.com.br
QAContact: mono-bugs@ximian.com
@@ -87,6 +87,17 @@
someone else verify if this bug is really fixed
------- Additional Comments From smeegoan@yahoo.com.br 2004-08-17 20:32 -------
Created an attachment (id=9153)
compiled version of the code because mbas cant compile it
+
+------- Additional Comments From jwezel@compumaster.de 2004-08-18 03:03 -------
+As output, I get:
+
+[root@lwezel tmp]# mono test.exe
+3
+4
+[root@lwezel tmp]#
+
+This is fine and okay.
+