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

support conditions in a range #11210

Closed
akleandrov opened this issue May 10, 2016 · 1 comment
Closed

support conditions in a range #11210

akleandrov opened this issue May 10, 2016 · 1 comment
Labels
Area-Language Design Resolution-Duplicate The described behavior is tracked in another issue

Comments

@akleandrov
Copy link

Version Used: Version 14.0.25123.00 Update 2

Steps to Reproduce:
conditions in a range

Expected Behavior:
if (0<n<5) { return true; }
Actual Behavior:
if (n>0 && n<5) { return true; }

@alrz
Copy link
Member

alrz commented May 10, 2016

Dup of #136

@gafter gafter added the Resolution-Duplicate The described behavior is tracked in another issue label May 12, 2016
@gafter gafter closed this as completed May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Language Design Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

4 participants