TypeScript/tests/cases/fourslash/unusedImports10FS.ts

17 lines
281 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noUnusedLocals: true
//// module A {
//// export class Calculator {
//// public handelChar() {
//// }
//// }
//// }
//// module B {
//// [|import a = A;|]
//// }
verify.rangeAfterCodeFix("");