mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Cleanup 0.5.0 test cases
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
pragma experimental "v0.5.0";
|
||||
contract C {
|
||||
function f() public pure returns (uint, uint, bytes32) {
|
||||
uint a;
|
||||
@@ -8,5 +7,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (133-136): Type tuple(uint256,uint256,bytes32) is not implicitly convertible to expected type tuple(uint256,).
|
||||
// TypeError: (147-150): Type tuple(uint256,uint256,bytes32) is not implicitly convertible to expected type tuple(,bytes32).
|
||||
// TypeError: (103-106): Type tuple(uint256,uint256,bytes32) is not implicitly convertible to expected type tuple(uint256,).
|
||||
// TypeError: (117-120): Type tuple(uint256,uint256,bytes32) is not implicitly convertible to expected type tuple(,bytes32).
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
pragma experimental "v0.5.0";
|
||||
contract C {
|
||||
function g() public pure returns (
|
||||
uint,
|
||||
|
||||
Reference in New Issue
Block a user