mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Dispatch requests the ability to add a new case, but to treat missing instances of that case in patterns as warnings instead of errors. It is still an error to make reference to the annotated case in at least one pattern then not cover the rest of the space, but it is not an error to omit the space of patterns referencing the case entirely. This attribute is private and uglified to intentionally discourage its use outside just this one use case.
32 KiB
32 KiB