Fix #72756.
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Feb 2005 12:03:22 +0000 (12:03 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Feb 2005 12:03:22 +0000 (12:03 -0000)
commitc678b7504a825ebe601f744ce4d8919ac3222367
tree819e3585a24ab1819e9b763096d8dd3bffc33675
parent215540702933598446775d940bc7d22cfa46f6f6
Fix #72756.
* mcs/ecore.cs (Expression.MemberLookupFailed): Add argument to
disable the error message when the extended MemberLookup also fails.
(Expression.MemberLookupFinal): Update.
(SimpleName.DoSimpleNameResolve): Update.
* mcs/expression.cs (MemberAccess.ResolveNamespaceOrType):
Don't use MemberLookupFinal.
(New.DoResolve): Update.
(BaseAccess.CommonResolve): Update.
* tests/test-350.cs: New test from #72756.

svn path=/trunk/mcs/; revision=40977
mcs/mcs/ChangeLog
mcs/mcs/ecore.cs
mcs/mcs/expression.cs
mcs/tests/ChangeLog
mcs/tests/Makefile
mcs/tests/test-350.cs [new file with mode: 0644]