Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Adds failing test for subscripting operator #235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cspotcode
Copy link

When both operands to the subscripting operator are yield expressions, it does not compile correctly. The latter expression (the index) is erroneously used for both operands.

When both operands to the subscription operator are yield expressions, it does not compile correctly.  The latter expression (the index) is erroneously used for both operands.
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants