TypeScript/tests/cases/fourslash/completionsJsdocTypeTagCast.ts
2019-05-20 15:53:51 -07:00

14 lines
294 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: /a.js
////const x = /** @type {{ s: string }} */ ({ /**/ });
verify.completions({
marker: "",
exact: [
"s",
{ name: "x", sortText: completion.SortText.JavascriptIdentifiers }
]
});