TypeScript/tests/cases/fourslash/unusedFunctionInNamespace3.ts

13 lines
241 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noUnusedLocals: true
// @noUnusedParameters:true
//// [| namespace Validation {
//// function function1() {
//// }
////} |]
verify.rangeAfterCodeFix(`namespace Validation {
}`);