We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a296e8 + 5d896ab commit 8022a41Copy full SHA for 8022a41
TSPL.docc/ReferenceManual/LexicalStructure.md
@@ -316,15 +316,16 @@ so they must be escaped with backticks in that context.
316
- Keywords that begin with a number sign (`#`):
317
`#available`,
318
`#colorLiteral`,
319
- `#elseif`,
320
`#else`,
+ `#elseif`,
321
`#endif`,
322
`#fileLiteral`,
323
`#if`,
324
`#imageLiteral`,
325
`#keyPath`,
326
`#selector`,
327
- `#sourceLocation`.
+ `#sourceLocation`,
328
+ `#unavailable`.
329
330
> Note:
331
> Prior to Swift 5.9,
0 commit comments