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

ast: fix (*ast.File).End check shadow no entry #1860

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Apr 13, 2024

fix (*ast.File).End bad result if classfile add shadow func Classfname.

example get.yap ast.File.End return last shadow func Classfname.End()

Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.27%. Comparing base (f3b7a43) to head (da59ab6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1860   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files          40       40           
  Lines       11597    11597           
=======================================
  Hits        10817    10817           
  Misses        623      623           
  Partials      157      157           

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

@xushiwei xushiwei merged commit f07725a into goplus:main Apr 13, 2024
20 checks passed
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.

2 participants