-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Error inferring tuple type arguments #16360
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: check: Type InferenceRelated to type inference performed during signature resolution or `infer` type resolutionRelated to type inference performed during signature resolution or `infer` type resolution
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: check: Type InferenceRelated to type inference performed during signature resolution or `infer` type resolutionRelated to type inference performed during signature resolution or `infer` type resolution
Type
Fields
Give feedbackNo fields configured for issues without a type.
TypeScript Version: nightly (2.4.0-dev.20170608)
Code
Expected behavior:
Since
IPromiseandQPromisehave identical bodies, I would expect these to both work.Actual behavior:
x1fails,x2succeeds.