mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Adds another test around parsing jsdoc
This commit is contained in:
parent
487e2ffe2a
commit
77cdca2971
@ -12,6 +12,10 @@
|
||||
//// */
|
||||
////function bar() { }
|
||||
////bar(''/*bar*/);
|
||||
////
|
||||
/////** @type {function(module:xxxx, module:xxxx): module:xxxxx} */
|
||||
////function zee() { }
|
||||
////zee(''/*zee*/);
|
||||
|
||||
|
||||
verify.signatureHelp({
|
||||
@ -29,3 +33,13 @@ verify.signatureHelp({
|
||||
docComment: "",
|
||||
tags: [],
|
||||
});
|
||||
|
||||
|
||||
verify.signatureHelp({
|
||||
marker: "zee",
|
||||
text: "zee(): any",
|
||||
docComment: "",
|
||||
tags: [
|
||||
{ name: "type", text: "{function(module:xxxx, module:xxxx): module:xxxxx}" },
|
||||
],
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user