Add failing test for overload tag completions.

This commit is contained in:
Daniel Rosenwasser
2023-02-14 22:07:44 +00:00
parent 84b8483206
commit 73eba455a0

View File

@@ -0,0 +1,15 @@
///<reference path="fourslash.ts" />
// @noEmit: true
// @allowJS: true
// @checkJs: true
// @filename: /a.js
/////**
//// * @/**/
//// */
////const t = { a: 1 };
verify.completions(
{ marker: "", includes: ["overload"] },
);