TypeScript/tests/cases/fourslash/codeFixSpelling4.ts

8 lines
156 B
TypeScript
Raw Normal View History

2017-07-28 03:11:34 +02:00
/// <reference path='fourslash.ts' />
//// export declare const despite: { the: any };
////
//// [|dispite.the|]
verify.rangeAfterCodeFix(`despite.the`);