TypeScript/tests/cases/fourslash/unusedVariableInModule3.ts

10 lines
230 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noUnusedLocals: true
// @noUnusedParameters: true
//// export {}
//// [|var x = function f1() {}
//// export var y: string;|]
verify.rangeAfterCodeFix("export var y: string;");