TypeScript/tests/cases/fourslash/unusedEnumInFunction1.ts

12 lines
198 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noUnusedLocals: true
//// [| function f1 () {
//// enum Directions { Up, Down}
//// } |]
verify.rangeAfterCodeFix(`function f1 () {
}
`);