mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added test
Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
This commit is contained in:
parent
b51ef4a357
commit
e7aa5f079a
5
Token.h
5
Token.h
@ -253,7 +253,6 @@ namespace solidity
|
|||||||
K(UInt240, "uint240", 0) \
|
K(UInt240, "uint240", 0) \
|
||||||
K(UInt248, "uint248", 0) \
|
K(UInt248, "uint248", 0) \
|
||||||
K(UInt256, "uint256", 0) \
|
K(UInt256, "uint256", 0) \
|
||||||
K(Bytes0, "bytes0", 0) \
|
|
||||||
K(Bytes1, "bytes1", 0) \
|
K(Bytes1, "bytes1", 0) \
|
||||||
K(Bytes2, "bytes2", 0) \
|
K(Bytes2, "bytes2", 0) \
|
||||||
K(Bytes3, "bytes3", 0) \
|
K(Bytes3, "bytes3", 0) \
|
||||||
@ -305,8 +304,10 @@ namespace solidity
|
|||||||
\
|
\
|
||||||
/* Identifiers (not keywords or future reserved words). */ \
|
/* Identifiers (not keywords or future reserved words). */ \
|
||||||
T(Identifier, NULL, 0) \
|
T(Identifier, NULL, 0) \
|
||||||
|
/* Bytes0 token is used for empty string. */ \
|
||||||
|
T(Bytes0, NULL, 0) \
|
||||||
\
|
\
|
||||||
/* Keywords reserved for future. use*/ \
|
/* Keywords reserved for future. use. */ \
|
||||||
K(As, "as", 0) \
|
K(As, "as", 0) \
|
||||||
K(Case, "case", 0) \
|
K(Case, "case", 0) \
|
||||||
K(Catch, "catch", 0) \
|
K(Catch, "catch", 0) \
|
||||||
|
Loading…
Reference in New Issue
Block a user