Steps to Reproduce:
- Write code:
/* jshint esnext:true */
/**
* @param {Array<string>} a1
* @param {Array<Array<string>>} a2
*/
function myFunc(a1, a2) {
}
-
See that:

-
Yes, it's correct
https://github.com/google/closure-compiler/wiki/Types-in-the-Closure-Type-System#types-in-javascript
