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
Note how the equivalent, but more verbose, lambda expression works without errors.
I would have expected these errors to be suppressed by default, because the types contain INFERENCE FAILED. Maybe that suppression is implemented for lambdas but not for method references?
Maybe this can be fixed independently of the larger fix for #979?
The following code:
gives the following errors with the Nullness Checker:
Note how the equivalent, but more verbose, lambda expression works without errors.
I would have expected these errors to be suppressed by default, because the types contain
INFERENCE FAILED
. Maybe that suppression is implemented for lambdas but not for method references?Maybe this can be fixed independently of the larger fix for #979?
Originally posted by @wmdietlGC in #979 (comment)
The text was updated successfully, but these errors were encountered: