mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disallow leading zeroes in sized-types
Also avoid using boost::lexical_cast for parseSize.
This commit is contained in:
@@ -40,4 +40,3 @@ contract C {
|
||||
uint uint300 = 0;
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (22-29): Expected identifier but got 'bytes1'
|
||||
|
||||
Reference in New Issue
Block a user