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

Fix interface precedence over method handling #1019

Merged
merged 1 commit into from Nov 15, 2023

Conversation

Slamdunk
Copy link
Contributor

Fix #1018

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (14ceade) 84.02% compared to head (29da2a0) 84.02%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1019   +/-   ##
=========================================
  Coverage     84.02%   84.02%           
  Complexity     1192     1192           
=========================================
  Files            71       71           
  Lines          4243     4245    +2     
=========================================
+ Hits           3565     3567    +2     
  Misses          678      678           

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

@sebastianbergmann sebastianbergmann merged commit 5a4626d into sebastianbergmann:main Nov 15, 2023
20 checks passed
@sebastianbergmann
Copy link
Owner

Thanks!

@Slamdunk Slamdunk deleted the fix_interface branch November 15, 2023 13:28
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.

Interface methods are not ignored when their signature is split over multiple lines
2 participants