Closed
Description
From: #9276 (comment)
#8103
Format 3 doesn't work properly
/**
* @typedef {Object} Product
* @property {String} name
*/
/**
* Creates a product instance
* @return {Product}
*/
function makeProduct() {}
$ tsc -v
Version 2.0.0-dev.20160707