mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Component commits:
8f0e9356c3 fix(47820): forbid extraction jsdoc
Co-authored-by: Oleksandr T <oleksandr.tarasiuk@outlook.com>
This commit is contained in:
co-authored by
Oleksandr T
parent
b6ec37aac2
commit
ea5a43a290
@@ -0,0 +1,9 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
/////**
|
||||
//// * /*a*//*b*/
|
||||
//// * {@link Foo}
|
||||
//// */
|
||||
|
||||
goTo.select("a", "b");
|
||||
verify.not.refactorAvailableForTriggerReason("invoked", "Extract Symbol");
|
||||
Reference in New Issue
Block a user