Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-07Fix #73394.Raja R Harinath
* mcs/ecore.cs (FieldExpr.EmitInstance): Catch cases of CS0120 that slipped in because of variable names that are identical to a builtin type's BCL equivalent ('string String;', 'int Int32;'). (PropertyExpr.EmitInstance): Likewise. * errors/cs0120-6.cs, errors/cs0120-7.cs: New tests from #73394. svn path=/trunk/mcs/; revision=41506