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
contract C { function f() public returns (uint, uint) { try this.f() { } catch Error(string memory x) { x; } catch (bytes memory x) { x; } } }
solar --version: 0.1.1 solc can compile successfully, but solar throws an error.
solar --version
error: identifier `x` already declared --> getSeed/seed/two_catch_clauses.sol:5:37 | 5 | } catch Error(string memory x) { | - note: previous declaration declared here 6 | x; 7 | 8 | } catch (bytes memory x) { | ^ | error: aborting due to 1 previous error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
solar --version
: 0.1.1solc can compile successfully, but solar throws an error.
The text was updated successfully, but these errors were encountered: