Skip to content

fix quickinfo of narrowed private filed #43356

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

Merged
merged 3 commits into from
Apr 5, 2021

Conversation

ShuiRuTian
Copy link
Contributor

Fixes #43346

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Mar 24, 2021
@ShuiRuTian
Copy link
Contributor Author

This PR is similar. #40014

@@ -18,13 +18,26 @@
//// /*6*/s;
////}

////class TestClass {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use generic Foo/Bar/Baz for test class name instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion, why not?

@sandersn sandersn merged commit 2d66517 into microsoft:master Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Tooltip on private fields not showing the correct type after narrowing
4 participants