Skip to content

Commit

Permalink
Ignore external label for function argument
Browse files Browse the repository at this point in the history
In Swift 3 the external label for the first argument is no longer ignored.
This clutters up our API, and actually changes it between Swift 2 and Swift 3.
We'd prefer to _not_ have this external argument, which maintains backwards
compatibility with Swift 2 as well as improving the API in Swift 3.
  • Loading branch information
gfontenot committed Jun 14, 2016
1 parent e2d7700 commit ddcc3ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Loading

0 comments on commit ddcc3ea

Please sign in to comment.