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
I'm adding _MustBeOverridden with a @Target annotation, and I've been asked to add tests asserting that @Target has been given with the right TargetKinds.
We need to add tests for each TargetKind for the meta annotations that use @Target: UseResult, _DoNotStore, and _OptionalTypeArgs.