tests/cases/conformance/statements/for-ofStatements/ES5For-of28.ts(1,10): error TS2461: Type 'number' is not an array type. ==== tests/cases/conformance/statements/for-ofStatements/ES5For-of28.ts (1 errors) ==== for (let [a = 0, b = 1] of [2, 3]) { ~~~~~~~~~~~~~~ !!! error TS2461: Type 'number' is not an array type. a; b; }