[Mono-bugs] [Bug 47857][Wis] New - mono does not types to not have a super type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Aug 2003 16:51:48 -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 jackson@latitudegeo.com.

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

--- shadow/47857	2003-08-24 16:51:48.000000000 -0400
+++ shadow/47857.tmp.2905	2003-08-24 16:51:48.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 47857
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jackson@latitudegeo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono does not types to not have a super type
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Mono asserts if a type does not have a parent type (unless it is object)
+
+
+Steps to reproduce the problem:
+1. Compile following program:
+
+.assembly noparent-test.exe { }
+.class public T {
+       .method public static int32 test ()
+       {
+               .entrypoint
+               ldc.i4.0
+               ret
+       } 
+}
+
+2. Run
+3. 
+
+Actual Results:
+Assert failure
+
+Expected Results:
+nothing