[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, 30 Dec 2004 09:49:52 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62968
--- shadow/62968 2004-12-30 09:15:45.000000000 -0500
+++ shadow/62968.tmp.31852 2004-12-30 09:49:52.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 62968
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: cleonard@go.ro
QAContact: mono-bugs@ximian.com
@@ -108,6 +108,18 @@
}
}
polysemy:~ $ mcs --version
Mono C# compiler version 1.0.5.0
polysemy:~ $ mcs 62968.cs
Compilation succeeded
+
+------- Additional Comments From duncan@ximian.com 2004-12-30 09:49 -------
+Oops. This bug can be triggered by SVN mcs.
+
+polysemy:~ $ ls -l /usr/lib/mono/1.0/mcs.exe
+-rwxr-xr-x 1 root root 738K 2004-12-30 09:00 /usr/lib/mono/1.0/mcs.exe*
+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.