Commits

Joe Groff committed cad196c4324
SILGen: Fix subscript index type is type variable. When deriving the specialized subscript accessor type from a generic subscript, we can't get the index type from the decl, because its type variables will be unbound. Get the type from the index expression node instead. Swift SVN r3499