Cherry-pick PR #47830 into release-4.6 (#47928)

Component commits:
8f0e9356c3 fix(47820): forbid extraction jsdoc

Co-authored-by: Oleksandr T <oleksandr.tarasiuk@outlook.com>
This commit is contained in:
TypeScript Bot
2022-02-17 16:59:09 -08:00
committed by GitHub
co-authored by Oleksandr T
parent b6ec37aac2
commit ea5a43a290
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
/// <reference path='fourslash.ts' />
/////**
//// * /*a*//*b*/
//// * {@link Foo}
//// */
goTo.select("a", "b");
verify.not.refactorAvailableForTriggerReason("invoked", "Extract Symbol");