Commits

Doug Gregor committed fbbfe266f99
Check presence/absence/arity of generic parameters during extension binding. Extension binding decides which nominal type declaration is extended by a given extension, so perform basic validation to ensure that the generic parameter lists provided in the extension make sense. Note that we're not checking the actual generic parameters properly in the nested case, so none of this actually works at all. That will come next, over in extension validation. Swift SVN r20724