TypeScript/tests/cases/fourslash/completionListAfterNumericLiteral1.ts

6 lines
186 B
TypeScript

/// <reference path="fourslash.ts" />
////5../**/
verify.completions({ marker: "", exact: ["toString", "toFixed", "toExponential", "toPrecision", "valueOf", "toLocaleString"] });