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
@Nullable and @NonNull aren't applied to local variables—at least not their root types. (They should be applied to type arguments and array components.)
We should enforce this (as best we can) with Checkstyle.
From the JSpecify docs:
We should enforce this (as best we can) with Checkstyle.