mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Refactors parameter formatting.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
contract C {
|
||||
function d() public {
|
||||
}
|
||||
function e() public payable returns (uint) {
|
||||
return msg.value;
|
||||
}
|
||||
@@ -27,6 +29,7 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// d() ->
|
||||
// e(), 1 ether -> 1
|
||||
// f(uint256): 3 -> 3, 3
|
||||
// g() -> 2, 3
|
||||
|
||||
Reference in New Issue
Block a user