[isoltest] Refactors parameter formatting.

This commit is contained in:
Erik Kundt
2019-08-14 21:28:43 +02:00
parent 18157f5a49
commit 6c73bc5bac
6 changed files with 89 additions and 36 deletions
@@ -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