mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This PR adds support for extracting variadic arguments to allow expressions like ``` @Parameter(supportedContentTypes: Array(arrayLiteral: .pdf, .text, .jpeg)) var file: IntentFile ``` resolves rdar://163291725 --------- Co-authored-by: Deniz Dizman <ddizman@apple.com>