Skip to content

Get completions in type parameter of type alias cause an error #4715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yuit opened this issue Sep 9, 2015 · 2 comments
Closed

Get completions in type parameter of type alias cause an error #4715

yuit opened this issue Sep 9, 2015 · 2 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@yuit
Copy link
Contributor

yuit commented Sep 9, 2015

type constructorType<T1,T2> = new <T1/*completion1*/, /*completion2*/

At completion1 and completion2 language service fails to get completions and throws below error messages:

fail_completions_type_alias

@DanielRosenwasser
Copy link
Member

Looks related to #4616.

@yuit
Copy link
Contributor Author

yuit commented Sep 9, 2015

@DanielRosenwasser very likely

@mhegazy mhegazy added the Bug A bug in TypeScript label Sep 9, 2015
@mhegazy mhegazy added this to the TypeScript 1.8 milestone Sep 18, 2015
@mhegazy mhegazy modified the milestones: TypeScript 1.7, TypeScript 1.8 Oct 9, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Nov 30, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants