[Mono-bugs] [Bug 49840][Wis] Changed - runtime does not understand `protected internal' on properties

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Oct 2003 23:46:27 -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 bmaurer@users.sf.net.

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

--- shadow/49840	2003-10-19 23:43:50.000000000 -0400
+++ shadow/49840.tmp.24066	2003-10-19 23:46:27.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 49840
-Product: Mono/MCS
+Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: Misc
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: MCS does not understand `protected internal' on properties
+Summary: runtime does not understand `protected internal' on properties
 
 Description of Problem:
 MCS treats `protected internal' on properties as if it were `internal'
 
 Steps to reproduce the problem:
 
@@ -51,6 +51,22 @@
 Created an attachment (id=5664)
 fixes the mcs part of this
 
 
 ------- Additional Comments From miguel@ximian.com  2003-10-19 23:43 -------
 fixed
+
+------- Additional Comments From bmaurer@users.sf.net  2003-10-19 23:46 -------
+When you run this program you get:
+
+[benm@Ben tmp]$ mono t.exe
+ 
+** (t.exe:22653): WARNING **: Could not load class from token
+0x01000001 in t.exe
+ 
+** ERROR **: file class.c: line 1399 (mono_class_setup_parent): should
+not be reached
+aborting...
+Aborted
+
+
+Moving to the runtime