Fix style issues in control structures

This commit is contained in:
Chris Chinchilla 2019-06-26 17:09:50 +02:00
parent f05805c955
commit 168412dd8d
No known key found for this signature in database
GPG Key ID: 624A5C3EFBDD3850

View File

@ -354,7 +354,7 @@ In any case, you will get a warning about the outer variable being shadowed.
for the entire function, regardless where it was declared. The following example shows a code snippet that used for the entire function, regardless where it was declared. The following example shows a code snippet that used
to compile but leads to an error starting from version 0.5.0. to compile but leads to an error starting from version 0.5.0.
:: ::
pragma solidity >=0.5.0 <0.7.0; pragma solidity >=0.5.0 <0.7.0;
// This will not compile // This will not compile