TypeScript/tests/cases/fourslash/unusedFunctionInNamespace4.ts

12 lines
245 B
TypeScript
Raw Normal View History

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