We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b5a88 commit 6ad043aCopy full SHA for 6ad043a
samples/simple.sol
@@ -59,6 +59,8 @@ contract SimpleAuction {
59
60
function(uint a, uint b) public {}
61
62
+ function(SimpleAuction a) public {}
63
+
64
/// Bid on the auction with the value sent
65
/// together with this transaction.
66
/// The value will only be refunded if the
0 commit comments