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
some problems with the previous wording:
- "each such member" is ambiguous since the previous paragraph talks about
2 or perhaps 3 kinds of members:
- 1 where the return type is non-nullable and unknown
- 1 where it's that plus it's specified in unsupportedMembers
- presumably 1 more where it's that plus not in unsupportedMembers
- typo: "with throws"
- the hypothesis "if unsupportedMembers contains the name of each such member"
makes one wonder what unsupportedMembers does in general.
is this asserting that client code must put such members into
unsupportedMembers?
is unsupportedMembers allowed to contain more than that?
- "generated with an override" should probably apply to the member,
not the class
PiperOrigin-RevId: 439901387
0 commit comments