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 Foo = Foo should error #5573

Closed
vicapow opened this issue Dec 26, 2017 · 3 comments
Closed

type Foo = Foo should error #5573

vicapow opened this issue Dec 26, 2017 · 3 comments

Comments

@vicapow
Copy link
Contributor

vicapow commented Dec 26, 2017

type Foo = Foo;
function foo(f: Foo) { f = f + f; }

https://flow.org/try/#0PQKgBAAgZgNg9gdzCYAoVAXAngBwKZgBiccYAvESQNypQCuAdgMYYCWcDYUJAFFAFyU4ASjABvLuUkBqLlTABfIA

@NameFILIP
Copy link

Similar to #5559

@stereobooster
Copy link

Duplicate of #5771

@goodmind
Copy link
Contributor

Duplicate of #5771

@goodmind goodmind marked this as a duplicate of #5771 May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants