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

Allow assignments to typed locals when value is of type ANY and generate type assertions #230

Open
dibyendumajumdar opened this issue Jul 11, 2021 · 0 comments

Comments

@dibyendumajumdar
Copy link
Owner

Instead of stopping:

local x: integer = y

Allow it but generate automatically following:

local x: integer = @integer( y )
dibyendumajumdar added a commit that referenced this issue Jul 11, 2021
dibyendumajumdar added a commit that referenced this issue Jul 11, 2021
dibyendumajumdar added a commit that referenced this issue Jul 11, 2021
…rs but insert type assertion"

This reverts commit a4b7079
dibyendumajumdar added a commit that referenced this issue Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant