TypeScript/tests/cases/fourslash/unusedInterfaceInNamespace2.ts

13 lines
263 B
TypeScript
Raw Normal View History

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