[Mono-bugs] [Bug 44845][Wis] Changed - MCS needs to flag an error when the same type is obtained from different assemblies
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 03:15:05 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44845
--- shadow/44845 2004-02-09 17:14:03.000000000 -0500
+++ shadow/44845.tmp.16626 2005-04-05 03:15:05.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 44845
-Product: Mono/Compilers
+Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -372,6 +372,11 @@
internal
#else
public
#endif
sealed class ModulusRing {
+
+------- Additional Comments From rharinath@novell.com 2005-04-05 03:15 -------
+I believe the last problem (having a public nested class inside an
+internal class) won't occur with the latest compiler. Nested types
+are now looked up only inside the module of the declaring type.