mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
For better or worse, the type of a function can end up as ErrorType, and the generic signature was not stored anywhere else, causing crashes from orphaned generic type parameters. This patch is the first in a series to make this more robust by storing the generic signature before the interface type is computed.
137 KiB
137 KiB