TypeScript/tests/cases/fourslash/refactorConvertImportForTriggerReason2.ts
2020-06-02 19:06:12 -07:00

9 lines
318 B
TypeScript

/// <reference path='fourslash.ts' />
////import d, * as /*a*/n/*b*/ from "m";
// Only offer refactor for sub span if explicity requested
goTo.select("a", "b");
verify.not.refactorAvailableForTriggerReason("implicit", "Convert import");
verify.refactorAvailableForTriggerReason("invoked", "Convert import");