We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0ecc6 commit b8eac98Copy full SHA for b8eac98
docs/SILProgrammersManual.md
@@ -44,7 +44,7 @@ positions in several different contexts:
44
45
Consider the example:
46
47
-```
+```swift
48
func example<T>(i: Int, t: T) -> (Int, T) {
49
let foo = { return ($0, t) }
50
return foo(i)
0 commit comments