You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'number | undefined' is not assignable to type 'number'.
24
24
Type 'undefined' is not assignable to type 'number'.
25
+
tests/cases/conformance/types/tuple/optionalTupleElements1.ts(30,29): error TS1257: A required element cannot follow an optional element.
25
26
tests/cases/conformance/types/tuple/optionalTupleElements1.ts(34,5): error TS2322: Type '[number, string | undefined, boolean]' is not assignable to type '[number, string, boolean]'.
26
27
Type 'string | undefined' is not assignable to type 'string'.
27
28
Type 'undefined' is not assignable to type 'string'.
0 commit comments