We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35b567 commit c65a206Copy full SHA for c65a206
CHANGELOG.md
@@ -1989,7 +1989,7 @@ using the `.dynamicType` member to retrieve the type of an expression should mig
1989
doSomething(x: 0, y: 0) // argument labels are required
1990
```
1991
1992
- Unapplied references to functions or initializers no longer carry argument labels. For example:
+ Unapplied references to functions or initializers no longer carry argument labels. For example:
1993
1994
```swift
1995
let f = doSomething(x:y:) // inferred type is now (Int, Int) -> Void
0 commit comments