mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
_SwiftifyImport would expand with syntax errors if applied to a function with anonymous parameters, because it would try to refer to parameters using the name `_`. Detect these cases and create names for unnamed parameters. rdar://150955944