Open
Description
/** @type {string[]} */
// ^
// JSC_TYPE_PARSE_ERROR: Bad type annotation. expected closing }
const x = ["hi"];
This is supported in both TypeScript and JSDoc. It would be nice if closure supported this as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment