You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields referenced by `Mercury` are not visible, and the fields referenced by `Venus` may not
117
+
be referenced directly (using `import Planet.*`). You must use an indirect reference,
118
+
such as demonstrated with `Earth`.
119
+
92
120
### Deprecation of Enum Cases
93
121
94
122
As a library author, you may want to signal that an enum case is no longer intended for use. However you could still want to gracefully handle the removal of a case from your public API, such as special casing deprecated cases.
0 commit comments