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
controlFlowFunctionLikeCircular_9.ts(1,10): error TS2393: Duplicate function implementation.
35
35
controlFlowFunctionLikeCircular_9.ts(3,5): error TS2448: Block-scoped variable 'o' used before its declaration.
36
36
controlFlowFunctionLikeCircular_9.ts(3,5): error TS2454: Variable 'o' is used before being assigned.
37
-
controlFlowFunctionLikeCircular_9.ts(4,47): error TS2411: Property 'x' of type '(() => any) | (() => void)' is not assignable to 'string' index type '() => string'.
38
-
controlFlowFunctionLikeCircular_9.ts(4,57): error TS2577: Return type annotation circularly references itself.
37
+
controlFlowFunctionLikeCircular_9.ts(4,47): error TS2411: Property 'x' of type '(() => DateConstructor) | (() => void)' is not assignable to 'string' index type '() => string | number'.
0 commit comments