Skip to content

Commit

Permalink
Updated solidity test file
Browse files Browse the repository at this point in the history
  • Loading branch information
codeFather2 committed Sep 24, 2024
1 parent 5c677a6 commit e28c262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/examples/test.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ contract test {
contract test
{}
contract c {
enum foo { }
enum foo { Foo }
}
contract test {
uint256 stateVar;
function functionName(bytes20 arg1, address addr) constant
function functionName(bytes20 arg1, address addr)
returns (int id)
{ }
}
Expand Down

0 comments on commit e28c262

Please sign in to comment.