Fix #77642.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 1 Mar 2006 13:49:06 +0000 (13:49 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 1 Mar 2006 13:49:06 +0000 (13:49 -0000)
commit4675380f0b7ace5683e840915f8b3587f56a143c
tree2b97d44017dddcc4641252f8c29d7a7ea975e167
parent9227de8f825cb9913c922d55372f35564bedf65f
Fix #77642.
* mcs/typemanager.cs (GetFullNameSignature): Don't nullref on
protected accessors.
* gmcs/typemanager.cs (GetFullNameSignature): Likewise.
* errors/cs0205-3.cs, errors/CS0205-3-lib.dll: New test based on #77642.

svn path=/trunk/mcs/; revision=57463
mcs/errors/CS0205-3-lib.cs [new file with mode: 0644]
mcs/errors/ChangeLog
mcs/errors/Makefile
mcs/errors/cs0205-3.cs [new file with mode: 0644]
mcs/errors/known-issues-gmcs
mcs/gmcs/ChangeLog
mcs/gmcs/typemanager.cs
mcs/mcs/ChangeLog
mcs/mcs/typemanager.cs