Closed
Description
TypeScript Version: 2.2.0
Code
/**
* @param {|} bar
* @returns {}
*/
function foo(bar) {}
Expected behavior:
Requesting a completion inside the {}
after @param
should return type name completion
Actual behavior:
No suggestions besides text suggestions are available.
Note that suggestions do work inside the {}
after @returns
.