Commits
Jordan Rose committed 0e6999c2b1a
AccessControl: change "generic parameters" to "generic argument types". As Doug noted, generic parameters don't have accessibility independent from the generic type. It's the actual argument types (when forming a bound type) that may be more limited. Swift SVN r18966