mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 11:46:08 -05:00
Add failing test for overload tag completions.
This commit is contained in:
15
tests/cases/fourslash/jsdocOverloadTagCompletion1.ts
Normal file
15
tests/cases/fourslash/jsdocOverloadTagCompletion1.ts
Normal 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"] },
|
||||
);
|
||||
Reference in New Issue
Block a user