TypeScript/tests/cases/fourslash/codeFixAddMissingConstToStandaloneIdentifier1.ts

9 lines
170 B
TypeScript

/// <reference path='fourslash.ts' />
////x = 0;
verify.codeFix({
description: "Add 'const' to unresolved variable",
newFileContent: "const x = 0;"
});