Skip to content

Commit 6ad043a

Browse files
committedSep 8, 2019
sample: add userdefined parameter type
1 parent f7b5a88 commit 6ad043a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎samples/simple.sol

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ contract SimpleAuction {
5959

6060
function(uint a, uint b) public {}
6161

62+
function(SimpleAuction a) public {}
63+
6264
/// Bid on the auction with the value sent
6365
/// together with this transaction.
6466
/// The value will only be refunded if the

0 commit comments

Comments
 (0)
Failed to load comments.