Skip to content

fix Overloads make docstrings disappear on hover at call site #3619#4103

Open
asukaminato0721 wants to merge 1 commit into
facebook:mainfrom
asukaminato0721:3619
Open

fix Overloads make docstrings disappear on hover at call site #3619#4103
asukaminato0721 wants to merge 1 commit into
facebook:mainfrom
asukaminato0721:3619

Conversation

@asukaminato0721

@asukaminato0721 asukaminato0721 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #3619

Overloaded class methods now associate the implementation's docstring with the overload chain’s first declaration.

Test Plan

add test

@github-actions

Copy link
Copy Markdown

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@kinto0 kinto0 self-assigned this Jul 10, 2026
@meta-codesync

meta-codesync Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@kinto0 has imported this pull request. If you are a Meta employee, you can view this in D111499762.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Overloads make docstrings disappear on hover at call site

2 participants