[Mono-bugs] [Bug 62968][Nor] Changed - mcs doesn't give CS0038 for nonstatic members of base outer class.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 02:08:56 -0500 (EST)


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=62968

--- shadow/62968	2004-12-30 09:49:52.000000000 -0500
+++ shadow/62968.tmp.32175	2005-01-13 02:08:56.000000000 -0500
@@ -120,6 +120,14 @@
 polysemy:~ $ mcs 62968.cs
 62968.cs(12) error CS0038: Cannot access nonstatic member `X' of outer
 type `A' via nested type `B+C'
 Compilation failed: 1 error(s), 0 warnings
 
 REOPENING.
+
+------- Additional Comments From rharinath@novell.com  2005-01-13 02:08 -------
+This is fixed on the SVN head, as we can see from Duncan's last message.
+
+I think it's a WONTFIX on the 1.0.x branch: due to the significant
+reworking of that area in the 1.1.x tree, it may be hard to isolate
+the fix for this specific bug.
+