diff --git a/solidity/examples/test.sol b/solidity/examples/test.sol index ab1d9002c6..1b1f8b1b6d 100644 --- a/solidity/examples/test.sol +++ b/solidity/examples/test.sol @@ -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) { } }