mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Generic function signatures were including outer generic parameters, but generic type signatures were not. This is a small part of the problem with nested generics (in general), but also a useful cleanup for generic signatures. Swift SVN r23011