TypeScript/tests/cases/fourslash/codeFixCorrectSpelling4.ts
2017-07-27 18:11:34 -07:00

8 lines
156 B
TypeScript

/// <reference path='fourslash.ts' />
//// export declare const despite: { the: any };
////
//// [|dispite.the|]
verify.rangeAfterCodeFix(`despite.the`);