Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing override to RestoreNullnessAnnotationsVisitor #1154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msridhar
Copy link
Collaborator

@msridhar msridhar commented Mar 1, 2025

We missed the case for ForAll types (for generic methods)

Fixes #1129

@msridhar msridhar requested review from akshayutture and yuxincs March 1, 2025 20:32
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.16%. Comparing base (0888040) to head (21f7154).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1154   +/-   ##
=========================================
  Coverage     88.15%   88.16%           
  Complexity     2281     2281           
=========================================
  Files            87       87           
  Lines          7455     7461    +6     
  Branches       1490     1491    +1     
=========================================
+ Hits           6572     6578    +6     
  Misses          445      445           
  Partials        438      438           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undetected @Nullable annotation in super method
1 participant