mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Also restore some diagnostics in TypeCheckType that should have migrated with the attributes. In particular, diagnose cases where we have @autoclosure with any function type repr with a non-Void input type. Resolves SR-5296