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
contextualTypeTupleEnd.ts(8,1): error TS2345: Argument of type '[]' is not assignable to parameter of type '[...((arg: number) => void)[], (arg: string) => void]'.
2
2
Source has 0 element(s) but target requires 1.
3
-
contextualTypeTupleEnd.ts(9,4): error TS7006: Parameter 'x' implicitly has an 'any' type.
4
-
contextualTypeTupleEnd.ts(10,4): error TS7006: Parameter 'x' implicitly has an 'any' type.
5
-
contextualTypeTupleEnd.ts(10,17): error TS7006: Parameter 'x' implicitly has an 'any' type.
6
-
contextualTypeTupleEnd.ts(11,4): error TS7006: Parameter 'x' implicitly has an 'any' type.
7
-
contextualTypeTupleEnd.ts(11,17): error TS7006: Parameter 'x' implicitly has an 'any' type.
8
-
contextualTypeTupleEnd.ts(11,30): error TS7006: Parameter 'x' implicitly has an 'any' type.
9
3
contextualTypeTupleEnd.ts(13,7): error TS2322: Type '[]' is not assignable to type 'Funcs'.
10
4
Source has 0 element(s) but target requires 1.
11
-
contextualTypeTupleEnd.ts(43,5): error TS7006: Parameter 'x' implicitly has an 'any' type.
12
-
contextualTypeTupleEnd.ts(44,5): error TS7006: Parameter 'x' implicitly has an 'any' type.
13
-
contextualTypeTupleEnd.ts(45,5): error TS7006: Parameter 'x' implicitly has an 'any' type.
14
-
contextualTypeTupleEnd.ts(52,6): error TS7006: Parameter 'a' implicitly has an 'any' type.
15
-
contextualTypeTupleEnd.ts(52,14): error TS7006: Parameter 'b' implicitly has an 'any' type.
16
-
contextualTypeTupleEnd.ts(52,22): error TS7006: Parameter 'c' implicitly has an 'any' type.
5
+
contextualTypeTupleEnd.ts(43,12): error TS2339: Property 'foo' does not exist on type 'number'.
6
+
contextualTypeTupleEnd.ts(44,12): error TS2339: Property 'bar' does not exist on type 'number'.
0 commit comments