Closed gajus closed 9 years ago
The invalid example does not throw an error:
/** * @param {String} msg * @param {Number|Object} [line] */ function method(message) {}
Hm, it does. I've added a test for this case to be sure in it.
It might have been an issue with 1.1.0.
Ah, true. Thanks! ;-)
The invalid example does not throw an error: