TypeScript/tests/cases/fourslash/refactorConvertStringOrTemplateLiteral_OnModuleSpecifier.ts

7 lines
189 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////import { x } from /*x*/"foo"/*y*/;
goTo.select("x", "y");
verify.not.refactorAvailable(ts.Diagnostics.Convert_to_template_string.message);