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
2012-12-03Make Main method publicMarek Safar
2006-01-182006-01-18 Martin Baulig <martin@ximian.com>Martin Baulig
Fix #76417: a generic class may now have methods which may unify for some type parameter substitutions. * class.cs (Method.IsDuplicateImplementation): Don't report CS0408 for methods which may unify anymore. * expression.cs (Invocation.MoreSpecific): New private static method; checks whether one method is more specific than another according to 14.4.2.2 of the spec. (Invocation.BetterFunction): Implement the tie-breaking rules from 14.4.2.2 of the spec: if two methods unify for some type parameter substitution, we need to pick the more specific one. svn path=/trunk/mcs/; revision=55728