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

Incorrect implicit type conversion #284

Open
montyly opened this issue Jun 20, 2019 · 0 comments
Open

Incorrect implicit type conversion #284

montyly opened this issue Jun 20, 2019 · 0 comments
Labels
bug Something isn't working ir

Comments

@montyly
Copy link
Member

montyly commented Jun 20, 2019

TypeConversion operations are missing.

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

Related to #283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ir
Projects
None yet
Development

No branches or pull requests

2 participants