[Mono-bugs] [Bug 74060][Wis] Changed - NullReferenceException in Mono.CSharp.MemberAccess:ResolveMemberAccess

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Mar 2005 06:24:09 -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 m_kretzschmar@gmx.net.

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

--- shadow/74060	2005-03-25 15:19:03.000000000 -0500
+++ shadow/74060.tmp.12512	2005-03-26 06:24:09.000000000 -0500
@@ -89,6 +89,11 @@
 I'll have to cross-check this against Microsoft's CSC behaviour (and
 any applicable ECMA spec): If they allows a reflected enum to have
 'value__' as private, then I'll allow it in mcs too.
 
 Of course, if you've done that research, I can avoid it :-)  So, if
 you have any relevant pointers, please pass them on.
+
+------- Additional Comments From m_kretzschmar@gmx.net  2005-03-26 06:24 -------
+Sorry, no pointers. I'm sure csc accepts this assembly, it's from an
+openoffice.org windows installation. I expect that someone has tested
+it ;) (the testcase was extracted from one of their C# demo programs).