Update code examples to match style guide

Remove visibility
This commit is contained in:
Chris Ward 2019-05-29 14:43:23 +02:00
parent c9e2d388b5
commit bebc479fb5

View File

@ -271,6 +271,7 @@ because only a reference and not a copy is passed.
pragma solidity >=0.4.16 <0.7.0; pragma solidity >=0.4.16 <0.7.0;
contract C { contract C {
uint[20] x; uint[20] x;