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 for Mercury are not visible, and the fields for Venus may not be referenced directly.
114
+
Since the direct reference after expansion shadows any import clause, the import statement does not make the fields available.
115
+
Direct references using a renaming import are also disallowed.
116
+
92
117
### Deprecation of Enum Cases
93
118
94
119
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