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
TypeConversion operations are missing.
TypeConversion
For example in
function addTest(uint8 a, uint32 b) external pure returns(uint32){ return a+b; }
a+b leads to implicit type conversion. We need to locate implicit type conversion and add the TypeConversion operation
a+b
Related to #283
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TypeConversion
operations are missing.For example in
a+b
leads to implicit type conversion. We need to locate implicit type conversion and add theTypeConversion
operationRelated to #283
The text was updated successfully, but these errors were encountered: