mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The true designated initializers take a variadic argument, which we can't directly support in Swift, so we'll map those definitions to refer to versions that drop the variadic parameters altogether, and reimplement the variadic interface in the overlay. Swift SVN r16711