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

improve an error msg. Wrong location. #35

Closed
LianaHus opened this issue Aug 27, 2015 · 3 comments
Closed

improve an error msg. Wrong location. #35

LianaHus opened this issue Aug 27, 2015 · 3 comments
Labels

Comments

@LianaHus
Copy link
Contributor

    contract ClientReceipt {
        bytes32 x = 0xFFFFFFFF;
        function deposit() returns (uint x1) {
            return int(x);
        }
    }

result in
:4:12: Type error: Type int256 is not implicitly convertible to expected type uint256.
return int(x);
^----^

@LianaHus LianaHus changed the title improve error msg improve an error msg Aug 27, 2015
@LianaHus LianaHus reopened this Aug 28, 2015
@LianaHus LianaHus changed the title improve an error msg improve an error msg. Wrong location. Aug 28, 2015
@LianaHus
Copy link
Contributor Author

LianaHus commented Sep 2, 2015

strange, can't reproduce this anymore

@chriseth
Copy link
Contributor

chriseth commented Sep 7, 2015

Can this be closed?

@LianaHus
Copy link
Contributor Author

LianaHus commented Sep 8, 2015

probably, I'll reopen it when I can reproduce

@LianaHus LianaHus closed this as completed Sep 8, 2015
yanghang8612 pushed a commit to yanghang8612/solidity that referenced this issue May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants