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
2006-04-01Fix #77954.Raja R Harinath
* expression.cs (Invocation.IsApplicable): Ensure a generic method definition doesn't take part in overload resolution. (Invocation.IsParamsMethodApplicable): Likewise. (Invocation.OverloadResolve): When replacing a reflected override method with its base definition, ensure that type arguments are applied. svn path=/trunk/mcs/; revision=58887