[Mono-bugs] [Bug 21147] Changed - mcs should check accessibility of methods, fields, etc.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Apr 2002 03:01:41 -0000
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=21147
--- shadow/21147 Sat Mar 16 13:56:19 2002
+++ shadow/21147.tmp.21509 Mon Apr 22 23:01:41 2002
@@ -61,6 +61,9 @@
This is really a problem with the compiler: the sample program is
bogus and should not compile. The constructor for AssemblyBuilder
doesn't have that signature and it's internal to the assembly.
It's broken for on both linux and windows, the only difference is that
on windows it uses the default constructor for Object (it's probably a
lookup problem: constructors should not be searched in parent types).
+
+------- Additional Comments From miguel@ximian.com 2002-04-22 23:01 -------
+*** Bug 23758 has been marked as a duplicate of this bug. ***