TypeScript/tests/cases/fourslash/codeFixInferFromUsageVariable.ts

9 lines
229 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noImplicitAny: true
////[|var x;|]
////function f() {
//// x++;
////}
verify.rangeAfterCodeFix("var x: number;", /*includeWhiteSpace*/ undefined, /*errorCode*/ undefined, 0);