File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ Swift Next
4343 adder (10 ) // returns 13, same as `adder.callAsFunction(10)`
4444 ```
4545
46- ` func callAsFunction ` argument labels are required at call sites.
47- Multiple ` func callAsFunction ` methods on a single type are supported.
48- ` mutating func callAsFunction ` is supported.
49- ` func callAsFunction ` works with ` throws ` and ` rethrows ` .
50- ` func callAsFunction ` works with trailing closures.
46+ * ` func callAsFunction ` argument labels are required at call sites.
47+ * Multiple ` func callAsFunction ` methods on a single type are supported.
48+ * ` mutating func callAsFunction ` is supported.
49+ * ` func callAsFunction ` works with ` throws ` and ` rethrows ` .
50+ * ` func callAsFunction ` works with trailing closures.
5151
5252* [ SR-4206] [ ] :
5353
You can’t perform that action at this time.
0 commit comments