add fourslash test for declare missing method quickfix (#37782) #62949
+881
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a fourslash test that verifies the quick fix for declaring a missing private method on a class.
Summary
tests: add tests/cases/fourslash/codeFixAddMissingMethod.ts to exercise the missing-method quick fix.
No runtime code changes — the implementation already exists in src/services/codefixes/fixAddMissingMember.ts.
How to run locally
npx hereby runtests --tests=codeFixAddMissingMethod
Checklist
There is an associated issue in the Backlog milestone
Code is up-to-date with main
I've run tests locally: npx hereby runtests --tests=codeFixAddMissingMethod
New unit test added
Fixes #37782