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
Instead of stopping:
local x: integer = y
Allow it but generate automatically following:
local x: integer = @integer( y )
The text was updated successfully, but these errors were encountered:
#198 #230 allow values of ANY type to be assigned to typed vars but i…
a4b7079
…nsert type assertion
#230 allow values of type ANY to be assigned to variables with static…
c4be299
… types, but insert type assertion
Revert "#198 #230 allow values of ANY type to be assigned to typed va…
f7285e4
…rs but insert type assertion" This reverts commit a4b7079
#230 Fix missing usertype arg in call
8f214b7
#230 add a test
d238bb9
No branches or pull requests
Instead of stopping:
Allow it but generate automatically following:
The text was updated successfully, but these errors were encountered: