swc/crates/swc_ecma_parser/tests/tsc/jsDeclarationsMissingGenerics.ts

14 lines
205 B
TypeScript

// @allowJs: true
// @checkJs: true
// @target: es5
// @outDir: ./out
// @declaration: true
// @filename: file.js
/**
* @param {Array} x
*/
function x(x) {}
/**
* @param {Promise} x
*/
function y(x) {}