TypeScript/tests/cases/fourslash/unusedFunctionInNamespace2.ts
Arthur Ozga 389959a5b5 Merge branch 'master' into interfaceFixes
* additionally consolidated codeFix testing
2016-11-15 14:43:14 -08:00

15 lines
296 B
TypeScript

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