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

tuples: length is not checked #227

Closed
gcanti opened this issue Jan 21, 2015 · 1 comment
Closed

tuples: length is not checked #227

gcanti opened this issue Jan 21, 2015 · 1 comment

Comments

@gcanti
Copy link

gcanti commented Jan 21, 2015

A tuple shouldn't be a fixed-length array?

/* @flow */

var x1: [string, string] = ['a', 'b']; // ok
var x2: [string, string] = ['a']; // ok, should be ko
@ghost
Copy link

ghost commented Aug 5, 2015

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

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

2 participants