We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @ricky8554 ,
I'm part of the comprehensions team, and when we were doing some tests, we realized the following fails:
a: [int] = None a = []
with the following error:
line 2: a TypeMismatchError: Expected type 'number'; got type 'none'
Is this a valid program, or is this a bug?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @thecooltechguy,
It was a bug in our program, and it has been fixed locally and will update to main on our next PR.
Thanks
Sorry, something went wrong.
No branches or pull requests
Hi @ricky8554 ,
I'm part of the comprehensions team, and when we were doing some tests, we realized the following fails:
with the following error:
Is this a valid program, or is this a bug?
Thanks!
The text was updated successfully, but these errors were encountered: