Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@visualfc
Copy link
Member

@visualfc visualfc commented Jan 29, 2024

type Info struct {
        ...
	// Overloads maps identifiers to the overload objects.
	Overloads map[*ast.Ident][]types.Object
}

@codecov
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bd1a2d1) 91.88% compared to head (3dbe540) 91.90%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1688      +/-   ##
==========================================
+ Coverage   91.88%   91.90%   +0.01%     
==========================================
  Files          39       39              
  Lines       10722    10745      +23     
==========================================
+ Hits         9852     9875      +23     
  Misses        704      704              
  Partials      166      166              

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

@visualfc visualfc changed the title x/typesutil: info.Overloads [wip] x/typesutil: info.Overloads Jan 30, 2024
@visualfc visualfc force-pushed the typesutil_overloads branch from 54e6365 to 96794ea Compare January 30, 2024 11:08
@visualfc visualfc changed the title [wip] x/typesutil: info.Overloads x/typesutil: info.Overloads Jan 30, 2024
@visualfc visualfc force-pushed the typesutil_overloads branch from 96794ea to 3dbe540 Compare January 30, 2024 11:12
@xushiwei xushiwei merged commit b737675 into goplus:main Jan 30, 2024
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