Skip to content
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

Type aliases conformance tests #1033

Merged
merged 5 commits into from
Nov 3, 2014
Merged

Type aliases conformance tests #1033

merged 5 commits into from
Nov 3, 2014

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Nov 2, 2014

Covers #1004

type T11 = T12[]
type T12 = [T13, string]
type T13 = typeof zz
var zz: { x: T10 }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean T11 here? Otherwise there's no circularity.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that should be T11, thanks!

@ahejlsberg
Copy link
Member

👍

vladima added a commit that referenced this pull request Nov 3, 2014
@vladima vladima merged commit 3c2f556 into master Nov 3, 2014
@vladima vladima deleted the type_aliases_conformance branch November 3, 2014 18:56
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants