[Mono-bugs] [Bug 74590][Maj] Changed - TypeLoadException is thrown
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 15:46:45 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74590
--- shadow/74590 2005-04-13 10:53:53.000000000 -0400
+++ shadow/74590.tmp.24703 2005-04-16 15:46:45.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74590
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -67,6 +67,9 @@
//
if ((Kind == Kind.Struct) && !have_nonstatic_fields){
TypeBuilder.DefineField ("$PRIVATE$", TypeManager.byte_type,
FieldAttributes.Private);
}
+
+------- Additional Comments From miguel@ximian.com 2005-04-16 15:46 -------
+Fixed on SVN.