mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
cf782305fa
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>