Fix #78820
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 25 Oct 2006 20:58:55 +0000 (20:58 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 25 Oct 2006 20:58:55 +0000 (20:58 -0000)
commita33dea0140406ab7638f26022f39e0e09d729946
treef6d523a103eb582cc0e4211884d0b7318334b9fa
parent1103a3f86964a81ad746f8c8b1f8014730b957e5
Fix #78820
* mcs/ecore.cs (PropertyExpr.InstanceResolve): Always resolve the
instance as an rvalue, even when we later resolve as an lvalue.
* errors/cs0165-13.cs: New test from #78820.

svn path=/trunk/mcs/; revision=66967
mcs/errors/ChangeLog
mcs/errors/cs0165-13.cs [new file with mode: 0644]
mcs/mcs/ChangeLog
mcs/mcs/ecore.cs