The invalid example does not throw an error: ``` js /** * @param {String} msg * @param {Number|Object} [line] */ function method(message) {} ```