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
E.g., for a bad override in a method reference, we report
warning: [NullAway] parameter o of referenced method is @NonNull, but parameter in functional interface method com.uber.Test.A.function(T1) is @Nullable
It'd be nice if we could find a way to print the functional interface method type so it refers to the annotated type arguments rather than the T1 type variable.
E.g., for a bad override in a method reference, we report
It'd be nice if we could find a way to print the functional interface method type so it refers to the annotated type arguments rather than the
T1
type variable.Originally posted by @msridhar in #845 (comment)
The text was updated successfully, but these errors were encountered: